Console
Discord
Guides
Instances
Serverless
API
Navigate through spaces
⌘
K
Vast.ai API
Introduction
Accounts
Autoscaler
Billing
Instances
Machines
Search
Team
Templates
CLI
CLI Commands
Overview & Quickstart
API Endpoints and Permission Categories
Python SDK Usage
Docs powered by
Archbee
Vast.ai API
Team
Update a team role
1min
Code examples
Curl
1
curl
--location
--globoff
--request
PUT
'https://console.vast.ai/api/v0/team/roles/{id}/'
\
2
--header
'Accept: application/json'
\
3
--header
'Content-Type: application/json'
\
4
--data
'{
5
"name": "",
6
"permissions": {}
7
}'
curl --location --globoff --request PUT 'https://console.vast.ai/api/v0/team/roles/{id}/' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "name": "", "permissions": {} }'
Updated 08 Jan 2025
Did this page help you?
PREVIOUS
Retrieve Team Members
NEXT
Create a new instance template
Docs powered by
Archbee
TABLE OF CONTENTS
Code examples
Docs powered by
Archbee