Some actions can be performed in bulk on tagged Droplets. The actions can beinitiated by sending a POST to /v2/droplets/actions?tag_name=$TAG_NAME withthe action arguments.Only a sub-set of action types are supported:- power_cycle- power_on- power_off- shutdown- enable_ipv6- enable_backups- disable_backups- snapshot (also requires image:create permission)
The request body
OptionalrequestConfiguration: RequestConfiguration<ActionsRequestBuilderPostQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Some actions can be performed in bulk on tagged Droplets. The actions can beinitiated by sending a POST to /v2/droplets/actions?tag_name=$TAG_NAME withthe action arguments.Only a sub-set of action types are supported:- power_cycle- power_on- power_off- shutdown- enable_ipv6- enable_backups- disable_backups- snapshot (also requires image:create permission)
The request body
OptionalrequestConfiguration: RequestConfiguration<ActionsRequestBuilderPostQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/actions