Skip to main content
POST
/
v3
/
chargers
/
{charger}
/
service
/
mute
Mute Charger
curl --request POST \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/service/mute \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "duration_hours": 123
}
'
{
  "ok": true,
  "muted_until": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Mutes service alerts for a charger for the specified duration. No new alert tickets will be created for this charger while muted.
charger
string
required
The UUID of the charger.
duration_hours
integer
required
Number of hours to mute alerts. Between 1 and 168 (7 days).

Response

ok
boolean
true if the operation succeeded.
muted_until
string
ISO 8601 timestamp of when the mute expires.