pbs_s3_client_delete
Permanently remove a PBS S3 client configuration and its stored credentials. Dry-run by default; confirm to execute deletion.
Instructions
MUTATION: delete a PBS S3 client configuration.
RISK_MEDIUM: removes a credential-bearing config entry — mirrors pbs_remote_delete. Any datastore or sync configuration referencing this s3-endpoint-id breaks immediately; the credential cannot be retrieved after deletion. Dry-run by default (captures current secret-free config); confirm=True executes (DELETE /config/s3/{id}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — re-create with pbs_s3_client_create (a fresh secret-key is required). Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s3_id | Yes | Id of the S3 client config to delete. | |
| digest | No | Optimistic-lock: 64-char lowercase hex SHA-256 of the config PBS last returned. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |