Generate depot paths or clear depot vehicles using a name filter or depot IDs.
http://localhost:8888/mtr/api/operation/generate-by-depot-name?dimension=0
http://localhost:8888/mtr/api/operation/generate-by-depot-ids?dimension=0
http://localhost:8888/mtr/api/operation/clear-by-depot-name?dimension=0
http://localhost:8888/mtr/api/operation/clear-by-depot-ids?dimension=0
Using a name filter (an empty string will match all depots):
{ "filter": "Spawn" }
Using IDs:
{ "depotIds": [ 4337986715555009500 ] }