Render integration (Developer Tools). Imported from open-connector.
https://api.render.com/v1/users
/owners
| Param | Type | Required | Description |
|---|---|---|---|
| name | array | optional | Only return resources with one of these exact names. |
| array | optional | Only return workspaces owned by one of these email addresses. | |
| cursor | string | optional | Pagination cursor returned by a previous Render response. |
| limit | integer | optional | Maximum number of results to return. |
/services
| Param | Type | Required | Description |
|---|---|---|---|
| name | array | optional | Only return resources with one of these exact names. |
| type | array | optional | Only return services with these types. |
| ownerId | array | optional | Only return resources for one of these workspace IDs. |
| suspended | array | optional | Only return services in one of these suspension states. |
| includePreviews | boolean | optional | Whether preview services should be included in the response. |
| cursor | string | optional | Pagination cursor returned by a previous Render response. |
| limit | integer | optional | Maximum number of results to return. |
/services/{serviceId}
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The unique identifier of the Render service. |
/services/{serviceId}/deploys
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The unique identifier of the Render service. |
| status | array | optional | Only return deploys with these statuses. |
| cursor | string | optional | Pagination cursor returned by a previous Render response. |
| limit | integer | optional | Maximum number of results to return. |
/services/{serviceId}/deploys
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The unique identifier of the Render service. |
| clearCache | boolean | optional | Whether Render should clear the build cache before deploying. |
| commitId | string | optional | Specific Git commit SHA to deploy instead of the latest commit. |
| imageUrl | string | optional | Image URL to deploy for an image-backed service. |
| deployMode | string | optional | Deployment behavior to use when triggering a deploy. |
/services/{serviceId}/rollback
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The unique identifier of the Render service. |
| deployId | string | optional | The unique identifier of the Render deploy. |
/services/{serviceId}/restart
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The unique identifier of the Render service. |
/services/{serviceId}/suspend
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The unique identifier of the Render service. |
/services/{serviceId}/resume
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The unique identifier of the Render service. |