> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# functions list

> List all deployed backend functions

List all [backend functions](/developers/backend/resources/backend-functions/overview) currently deployed to your Base44 project. Functions with [automations](/developers/backend/resources/backend-functions/automations) show the automation count next to the name.

## Usage

```bash theme={null}
base44 functions list
```

## See also

* [Backend Functions](/developers/backend/resources/backend-functions/overview): Learn about backend functions
* [`functions deploy`](/developers/references/cli/commands/functions-deploy): Deploy local functions to Base44
* [`functions pull`](/developers/references/cli/commands/functions-pull): Download deployed functions to your local project
* [`functions delete`](/developers/references/cli/commands/functions-delete): Delete deployed functions
