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

/session/{id}

DELETE
Stops an active session from running by killing the underlying container. The container is killed by sending in a SIGTERM signal.
PATH PARAMETERS
idstring*
The id of the session.
RESPONSES
204
The 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
The specified session does not exist. Please provide a correct session id.
409
This session has already been terminated.




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Download an artifact file from the underlying container.
Docs powered by archbee