Create Start Script
Creates a new startup script. Scripts run on every boot in alphabetical order. Use prefixes like 01_install.sh, 02_setup.sh for reliable ordering. Works for both Instances and Virtual Machines.
POST
/notebooks/init-script/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
201Start script created successfully
example
201example
Created Successfully