Rotate secret
rotate_secretRotate an existing secret with a new value. The old value is permanently replaced and cannot be recovered. Requires secrets:write or full permission. Use store_secret to create a name that does not exist yet, and delete_secret to remove the secret entirely. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Secret name to rotate | |
| value | Yes | New secret value | |
| playbook_id | Yes | UUID or GUID of the target playbook |