/project_templates/{project_template_gid}/instantiateProjectInstantiate a project from a project template
Creates an asynchronous job that instantiates a new project from a project template. Provide the project name and, when the template includes date variables, supply the corresponding requested_dates; use requested_roles to map template roles to users. Poll the returned job resource to monitor the instantiation process.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Optional project-instantiation inputs in the data block; name is required.
A 400 is returned when name is missing or another request value is malformed; provide requested_dates when the template includes date variables. A 401 is returned when you do not provide a valid authentication token, and a 403 is returned when the authenticated user lacks the required projects:write scope or access to the template. A 404 is returned when the template does not exist or the action is not recognized; a 500 indicates a server-side failure.