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
| Argument | Required |
|---|---|
id | Yes |
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
- Un-hides an archived test — the counterpart to
ktm tests archive.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on