pad_archive
Archive a pad to free its name for reuse; set archived=false to unarchive. Old content remains readable by pad_id.
Instructions
Archive a pad (or unarchive with archived=false). Archiving frees the name for a new active pad; the old content stays readable by pad_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pad_id | Yes | ||
| archived | No | Default true. Pass false to unarchive. | |
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pad_id | Yes | ||
| archived | Yes | ||
| revision | Yes |