You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename Droplet
This method renames the droplet to the specified name.
Request URL:
https://api.digitalocean.com/droplets/[droplet_id]/rename/?client_id=[your_client_id]&api_key=[your_api_key]&name=[name]
Parameters
droplet_id Required, Numeric, this is the id of your droplet that you want to rename
name Required, String, new name of the droplet
Sample Response
{
"status": "OK",
"event_id": 7504
}
The text was updated successfully, but these errors were encountered:
Add
tugboat rename
commandFrom the API:
The text was updated successfully, but these errors were encountered: