Skip to content

orca compute-service

Manage Nova compute services (admin).

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca compute-service

Manage Nova compute services (nova-compute, nova-conductor, …).

Usage:

orca compute-service [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • delete: Force-delete a compute service record.
  • list: List compute services.
  • set: Enable, disable, or force-down a compute service.

orca compute-service delete

Force-delete a compute service record.

Use this to remove stale service entries after a host is decommissioned.

Usage:

orca compute-service delete [OPTIONS] SERVICE_ID

Options:

Name Type Description Default
--yes, -y boolean Skip confirmation. False
--help boolean Show this message and exit. False

orca compute-service list

List compute services.

Usage:

orca compute-service list [OPTIONS]

Options:

Name Type Description Default
--host text Filter by hostname. None
--binary text Filter by binary (e.g. nova-compute). None
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca compute-service set

Enable, disable, or force-down a compute service.

Examples: orca compute-service set 1 --disable --disabled-reason "maintenance" orca compute-service set 1 --enable orca compute-service set 1 --force-down

Usage:

orca compute-service set [OPTIONS] SERVICE_ID

Options:

Name Type Description Default
--enable / --disable boolean Enable or disable the service. None
--disabled-reason text Reason for disabling (used with --disable). None
--force-down / --no-force-down boolean Force the service down (for evacuate scenarios). None
--help boolean Show this message and exit. False