.. program:: xbusctl ps purge .. _program-xbusctl_ps_purge: xbusctl ps purge - Purge process data ------------------------------------- Synopsis ~~~~~~~~ Remove all the data related to some process(es). Defaults to all the processes terminated more than 1 month ago :: xbusctl ps purge [flags] Options ~~~~~~~ .. option:: --help help for purge Options inherited from parent commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. option:: --account-id Account ID .. option:: --account-name Account Name .. option:: --all Include processes with any status .. option:: --config config file; default is $HOME/.config/xbus/xbusctl.yaml) .. option:: --created-at-from Process was created at or after this date (or duration before now) .. option:: --created-at-to Process was created before or at this date (or duration before now) .. option:: --debug Enable debug mode .. option:: --envelope-id Include processes that are related to one on the given envelopes .. option:: --force-start Enable force start (stay up even if the server is not reachable on start) .. option:: --full-version Show version and commit hash .. option:: --group-id Processes that belong to a group. Expects a comma-separated list of process group ids. .. option:: --live Include processes that are not terminated .. option:: --nats-timeout NATS Timeout .. option:: --nats-url NATS url .. option:: --no-reconnect Disable auto-reconnect and shutdown as soon as any connection error occurs .. option:: --pipeline Include pipelines matching the selection (ex: name1,name2==version,name3) .. option:: --replay-of Processes that are a replay of the given processes. Expects a comma-separated list of process group ids. .. option:: --result-acked Include processes for which the result is acked .. option:: --result-not-acked Include processes for which the result is not acked .. option:: --sentry.dsn Sentry DSN .. option:: --status-changed-from Status of the process changed at least once after this date (or duration before now) .. option:: --status-changed-since Deprecated alias for --status-changed-from .. option:: --status-changed-to Status of the process did not change after this date (or duration before now) .. option:: --status-done Include processes in the 'done' status .. option:: --status-error Include processes in the 'error' status .. option:: --status-initial Include processes in the 'initial' status .. option:: --status-paused Include processes in the 'paused' status .. option:: --status-running Include processes in the 'running' status .. option:: --status-unchanged-since Deprecated alias for --status-changed-to .. option:: --terminated Include processes that are terminated .. option:: --tls.certificate Certificate (a path or a PEM encoded cert) .. option:: --tls.csr CSR (a path or a PEM encoded CSR) .. option:: --tls.private-key Private key (a path or a PEM encoded key) .. option:: --tls.timeout TLS Timeout .. option:: --trace Enable trace mode .. option:: --version Show version .. option:: --yes Auto-answer 'yes' to any confirmation question SEE ALSO ~~~~~~~~ * :ref:`xbusctl ps ` - Process list *Auto generated by spf13/cobra on 24-Nov-2023*