> ## Documentation Index
> Fetch the complete documentation index at: https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# job

> Run plugin-defined maintenance jobs like backups and imports.

Jobs are plugin-defined operations — backups, database imports, content syncs — that run against a specific context. The available jobs depend on which plugin is installed for the active context.

## job

Jobs are plugin-defined operations that run against a specific context — backups, imports,
and other maintenance tasks. Plugins register jobs when loaded for the active context.

Use list to see what jobs are available, then run to execute one.

```bash theme={null}
sitectl job <command>
```

## list

List jobs registered by the plugins associated with the active context.

Each job shows its name, owning plugin, and a short description. Use the name with
job run to execute it.

```bash theme={null}
sitectl job list
```
