Save a game server
Last updated: May 29, 2026
Save a game server
Save the current state of the game server identified by the specified server ID. **WARNING:** This endpoint uses HTTP GET but performs a state-changing operation. Do not cache or automatically retry this request.
Endpoint
GET /cfp/v1/server/{serverid}/saveExample Request
curl -X GET "https://api.multiplay.dev/cfp/v1/server/:serverid/save" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Server save initiated successfully. |
| |
| |
| |
| |
|