Method: namespaces.services.create Stay organized with collections Save and categorize content based on your preferences.
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 |
Required. The resource's parent. In Cloud Run, it may be one of the following:
Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
dryRun |
Indicates that the server should validate the request and populate default values without persisting the request. Supported values: |
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.