pbs_s3_reset_counters
Reset S3 request counters for a specific endpoint, bucket, and optional store prefix. Dry-run returns a plan; confirm=True executes the reset.
Instructions
MUTATION: reset S3 request counters for a matching endpoint/bucket/prefix.
RISK_LOW: resets observability counters, not data — no backup/config content is touched. Dry-run by default (returns a PLAN); confirm=True executes (PUT /admin/s3/{s3-endpoint-id}/reset-counters, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s3_id | Yes | S3 client config id whose counters to reset. | |
| bucket | Yes | Bucket name for the S3 object store (3-63 chars). REQUIRED. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the reset. | |
| store_prefix | No | Store prefix within the bucket (commonly a datastore name) to scope the reset. | |
| 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 |