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
| Flag | Type | Default | Description |
|---|---|---|---|
--id | int | Incident ID to close (from 'incidents list') | |
--operator | string | Operator slug (required) |
Details
Close an incident by ID. The incident status changes to MANUALLY_CLOSED.
Use 'incidents list --status OPEN' to find active incidents.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on