Skip to main content
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.
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.
sitectl job list