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.
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.
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.