POST
/
recording
/
stop
{
  "episode_folder_path": "<string>",
  "episode_index": 123
}

Body

application/json

Request to stop the recording of the episode.

recording_is_already_stopped
boolean
default:false

Whether the recording is stopped. Default to False.

save
boolean
default:true

Whether to save the episode to disk. Defaults to True.

Response

200
application/json
Successful Response

Response when the recording is stopped. The episode is saved in the given path.

episode_folder_path
string | null
required

Path to the folder where the episode is saved.

episode_index
integer | null
required

Index of the recorded episode in the dataset.