Skip to main content

POST /end

Example: POST https://your.battlesnake.com/end

Your Battlesnake will receive this request whenever a game it was playing has ended. Use it to learn how your Battlesnake won or lost and deallocate any server-side resources. Your response to this request will be ignored.

Parameters

BodyTypeDescription
gameobjectGame Object describing the game being played.
turnintegerTurn number for the last turn of the game.
boardobjectBoard Object describing the final state of the game board.
youobjectBattlesnake Object describing your Battlesnake.
ResponsesType
🟢 200Responses to this command are ignored by the game engine.

Response Properties

Responses to this request are ignored by the game engine.