How to manage replicators

View replicators

To list all replicators in the current project, run:

lxc replicator list

To view the configuration for a specific replicator, run:

lxc replicator show <replicator_name>

To view the current state and job information for a specific replicator, run:

lxc replicator info <replicator_name>

Configure a replicator

See Replicator configuration for all available configuration options.

You can edit the entire configuration at once:

To edit a replicator in your default text editor, run:

lxc replicator edit <replicator_name>

You can update a single configuration option for a replicator:

lxc replicator set <replicator_name> <key>=<value>

To unset a configuration key, run:

lxc replicator unset <replicator_name> <key>

Rename a replicator

lxc replicator rename <replicator_name> <new_name>

Delete a replicator

lxc replicator delete <replicator_name>