ktm incidents close

Learn how to use the ktm incidents close command to manually close an active incident by ID for a specified operator via the CLI.

Close an active incident (sets status to MANUALLY_CLOSED)

Usage

ktm incidents close [flags]

Examples

# Close an active incident
ktm incidents close --operator my-operator --id 99

Flags

FlagTypeDefaultDescription
--idintIncident ID to close (from 'incidents list')
--operatorstringOperator slug (required)

Details

Close an incident by ID. The incident status changes to MANUALLY_CLOSED.

Use 'incidents list --status OPEN' to find active incidents.

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on