- Retrieve a list of Render Blueprints (infrastructure-as-code definitions) in your workspace.
- Retrieve details for a specific Render Blueprint including its current sync status.
- Update the configuration of an existing Render Blueprint.
- Disconnect (delete) a Render Blueprint without deleting the services it manages.
- Retrieve a history of sync operations for a Render Blueprint.
- Retrieve all custom domains configured for a Render service.
- Add a custom domain to a Render service.
- Retrieve details for a specific custom domain including its verification status and DNS configuration.
- Remove a custom domain from a Render service.
- Trigger DNS verification for a custom domain to confirm correct configuration.
- Retrieve a paginated list of deploys for a specific Render service with filtering by status and date range.
- Trigger a new deployment for a Render service, optionally specifying a commit, image URL, or deploy mode.
- Retrieve details for a specific deploy including status, commit information, and timestamps.
- Cancel an in-progress deployment for a Render service.
- Rollback a Render service to a previously deployed version.
- Retrieve a paginated list of persistent disks in your Render workspace.
- Create and attach a new persistent disk to a Render service.
- Retrieve details for a specific persistent disk by its ID.
- Update the configuration of an existing persistent disk, such as resizing it.
- Permanently delete a persistent disk and all its data.
- Retrieve a list of available snapshots for a persistent disk.
- Restore a persistent disk to a previous state using a snapshot.
- Retrieve all environment variables configured for a Render service.
- Replace all environment variables for a Render service with a new set.
- Retrieve a specific environment variable from a Render service by its key.
- Add or update a single environment variable for a Render service.
- Remove a specific environment variable from a Render service.
- Retrieve all secret files configured for a Render service.
- Replace all secret files for a Render service with a new set.
- Retrieve a specific secret file from a Render service by its filename.
- Add or update a single secret file for a Render service.
- Remove a specific secret file from a Render service.
- Retrieve a log of events that have occurred for a Render service.
- Retrieve details for a specific Render service event by its ID.
- Retrieve credentials information for the Render API key owner, including the authenticated user's identity and auth type.
- List Render workspaces as IAM organizations. Returns up to 100 workspaces (personal accounts and teams) accessible to the API key, mapped to the unified organization schema.
- Retrieve a single Render workspace by ID, mapped to the IAM unified organization schema. Workspace IDs start with "tea-" for team workspaces.
- Return the five stable Render workspace roles as IAM role records — admin, developer, workspace_contributor, workspace_billing, workspace_viewer. Synthesized static list (Render has no native roles API). Role keys match the IamUser.roles[].id values from unified_list_users on this connector.
- Retrieve a single Render workspace role by ID. Returns one of the five stable synthesized roles (admin, developer, workspace_contributor, workspace_billing, workspace_viewer).
- List Render workspace members mapped to the IAM unified user schema. Returns userId, email, name, status (enabled/disabled/pending), workspace role, and MFA status from the first accessible workspace.
- Retrieve a single Render workspace member by user ID, mapped to the IAM unified user schema. Lists all workspace members and returns the one matching the provided ID.
- Retrieve a paginated list of one-off jobs for a Render service.
- Create and run a one-off job for a Render service to execute an ad-hoc command.
- Retrieve details and status for a specific one-off job.
- Cancel a currently running one-off job.
- Manually trigger an immediate run of a Render cron job, canceling any active run first.
- Cancel a currently running cron job execution.
- Retrieve notification preferences for a Render workspace owner.
- Update notification preferences for a Render workspace owner.
- Retrieve all service-level notification setting overrides in your workspace.
- Retrieve the notification settings override for a specific Render service.
- Update notification settings for a specific service, overriding workspace defaults.
- Retrieve a paginated list of projects in your Render workspace.
- Create a new project in your Render workspace for grouping environments and services.
- Retrieve details for a specific Render project by its ID.
- Update the configuration of an existing Render project.
- Permanently delete a Render project and disassociate its environments.
- Retrieve all environments in a Render project, used to group and isolate services.
- Create a new environment within a Render project to group and isolate services.
- Retrieve details for a specific Render environment by its ID.
- Update the configuration of an existing Render environment.
- Permanently delete a Render environment and disassociate its services.
- Retrieve a paginated list of Docker registry credentials in your Render workspace.
- Add a new Docker registry credential to your Render workspace for pulling private images.
- Retrieve configuration details for a specific Docker registry credential by its ID.
- Update the name, registry type, username, or authentication token of an existing Docker registry credential.
- Permanently remove a Docker registry credential from your Render workspace.
- Retrieve all redirect and rewrite rules configured for a Render static site service.
- Add a single redirect or rewrite rule to a Render static site service.
- Update the processing priority of a specific route rule for a Render static site.
- Replace all route rules for a Render static site service with a new set.
- Remove a specific route rule from a Render static site service.
- Retrieve all custom HTTP header rules configured for a Render static site.
- Add a single custom HTTP response header rule to a Render static site service.
- Replace all custom HTTP header rules for a Render static site with a new set.
- Remove a specific custom HTTP header rule from a Render static site.
- Retrieve a paginated list of services in your Render workspace with filtering options.
- Retrieve details for a specific Render service by its ID.
- Create a new Render service (web service, static site, background worker, cron job, or private service).
- Update the configuration of an existing Render service.
- Permanently delete a Render service and all its associated data.
- Suspend a running Render service to stop it from serving traffic and reduce costs.
- Resume a previously suspended Render service to restore traffic and restart instances.
- Restart a running Render service without triggering a new build or deploy.
- Manually set the number of running instances for a Render service.
- Configure autoscaling for a Render service to automatically adjust instance count based on CPU or memory load.
- Remove autoscaling configuration from a Render service, returning it to manual scaling.
- Purge the CDN cache for a Render static site or web service to force fresh content delivery.
- Create a preview deployment of a Render service for testing changes in isolation.
- Retrieve the list of currently running instances for a Render service.
- Retrieve the profile of the authenticated Render user.
- Retrieve a list of all workspaces and teams the authenticated user belongs to.
- Retrieve details for a specific Render owner/workspace by ID.
- Retrieve all members of a Render workspace/team.
- Update the role of a member within a Render workspace/team.
- Remove a member from a Render workspace/team.
- Retrieve audit logs for a Render workspace to track actions and changes.
- Retrieve audit logs across all workspaces in a Render organization.
No matching actions