---
title: "Set a remote callback new status."
method: PUT
path: "/fleets/{fid}/remote/callbacks/{cbid}/status"
tags: ["Remote"]
---

# Set a remote callback new status.

`PUT /fleets/{fid}/remote/callbacks/{cbid}/status`

Set the remote callback status.```Paused``` means that the callback will not post any event.

## Path parameters

- `fid` string, required
- `cbid` string, required

## Request body

- RemoteCallbacksStatusSetter — Remote Callbacks Status setter used to change the state from running to paused and vice versa.
  - `status` 'Running' | 'Paused', required

## Response `202`

Remote callback creation or update success response

## Other responses

- `default` — unresolved $ref

---

[API](https://skmtc.net/groupe-psa/apis/groupe-psa-connected-car-b2b-api.md) · [All operations](https://skmtc.net/groupe-psa/apis/groupe-psa-connected-car-b2b-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/groupe-psa/groupe-psa-connected-car-b2b-api/revisions/023ff3e3fe51/schema)
