Method: namespaces.services.create

Creates a new Service. Service creation will trigger a new deployment. Use services.get, and check service.status to determine if the Service is ready.

HTTP request

POST https://run.googleapis.com/apis/serving.knative.dev/v1/{parent}/services

Path parameters

Parameters
parent

string

Required. The resource's parent. In Cloud Run, it may be one of the following:

  • {project_id_or_number}
  • namespaces/{project_id_or_number}
  • namespaces/{project_id_or_number}/services
  • projects/{project_id_or_number}/locations/{region}
  • projects/{project_id_or_number}/regions/{region} It takes the formnamespaces/{namespace}.

Authorization requires the followingIAM permission on the specified resourceparent:

  • run.services.create

Query parameters

Parameters
dryRun

string

Indicates that the server should validate the request and populate default values without persisting the request. Supported values:all

Request body

The request body contains an instance ofService.

Response body

If successful, the response body contains a newly created instance ofService.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see theAuthentication Overview.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-09 UTC.