Attach Startup Scripts to Instance / VM
Attaches one or more startup scripts to a specific Instance or Virtual Machine. Scripts run on every boot in alphabetical order by name.
PUT
/notebooks/{Instance_id}/init-script/Path parameters
Instance_idPathintegerrequiredInstance ID
Query parameters
project_idQueryintegerrequiredProject ID
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
locationQuerystringrequiredLocation
Request body
application/json
The name of the start script
The start script content
Responses
200Start script updated successfully
example
200example
Success