ktm tests unarchive

Un-archive a test (sets archived=false via PUT)

Un-archive a test (sets archived=false via PUT)

Usage

ktm tests unarchive <id> [flags]

Examples

ktm tests unarchive 99

Arguments

ArgumentRequired
idYes

Details

Flips the test's archived flag to false.

Uses PATCH with a minimal body (only {archived}). This avoids the fragile full-payload round-trip that can 500 on tests whose action types aren't in the CLI registry.

Notes

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