API
API endpoints

Stop a session

1min

Forces a session to stop by killing the underlying container. (We do this by sending a SIGTERM signal.)

DELETE
Request
Path Params
id
required
String
The id of the session.


Gameye doesn't stop any containers/sessions once it has been started, this endpoint must be called once a game server is no longer needed.