website logo
⌘K
Getting Started
Gameye API Overview
Important API Details
Gameye Server Orchestration
Preparing Your Game Server For Hosting
Containerizing Your Game Server
🚨Support Requests
How to request priority support
What we stand for and expectations
Feedback
Changelogs
🌐API Reference
Docs powered by archbee 
2min

Stops a session

POST
Forcefully terminates a session, by sending the underlying container a SIGTERM signal. Note that this endpoint has been marked as deprecated and is scheduled for removal. Please use the `/session` endpoint with the 'DELETE' method.
BODY PARAMETERS
body
object
matchKeystring
The unique identifier of the session.
RESPONSES
204
The specified session has successfully been terminated.
401
You are not authorized to stop a session. Please make sure that the included bearer token is correct.
404
Could not find a session with the given session id.
409
This session has already been terminated.




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Get a list of available locations
Docs powered by archbee