Fleets

Run a command across every host in a fleet

Fans out concurrently to every effective member host the caller has edit-level access to. $HOST/$USER/$PORT/$NAME/$INPUT_n substitution is applied per host, same grammar as snippet execution. One host failing does not stop the others.

post/fleets/{id}/execute

Path parameters

idinteger required

Request body

commandstring
inputValuesobject

Response

Per-host execution results.

Changes