boards
Post organisations boards unpublish
UnpublishBoard stops the board execution. This is an asynchronous request and will respond with a “202 Accepted”
to acknowledge that the board has been scheduled for termination. A BoardUnpublishedEvent
will be emitted once
the board has actually been terminated which can be listened for over the websocket API.
POST
Authorizations
Body
application/json
UnpublishBoardRequest is the payload to schedule an executing Board to be terminated
Response
202
application/json
The response after a board has been scheduled to be terminated.
BoardUnpublishResult is used to indicate if the unpublish request has been accepted. The actual scheduling is done in the background and does not indicate the board has terminated.