Clone an existing check
POST/api/v1/orgs/:org/checks/:checkUid/clone
Creates a near-identical copy of an existing check. Runtime state (status, results, incidents, scheduler row) is not copied; labels and channel bindings are re-linked to the new check.
Request
Responses
- 201
- 404
- 409
- 422
Check cloned
Resource not found
Slug already exists
Validation error