KosmoKrator

data

Pulumi MCP, CLI, and Lua Integration for AI Agents

Pulumi integration docs for AI agents: MCP gateway setup, Pulumi CLI commands, Lua API reference, credentials, and function schemas.

Pulumi for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
pulumi.pulumi_ai_aitemplate Write write 0 AITemplate Official Pulumi Cloud endpoint: POST /api/ai/template Generates a Pulumi template using the Pulumi AI service.
pulumi.pulumi_miscellaneous_capabilities Read read 0 Capabilities Official Pulumi Cloud endpoint: GET /api/capabilities Returns the set of capabilities that the service supports.
pulumi.pulumi_organizations_list_gates Read read 0 ListChangeGates Official Pulumi Cloud endpoint: GET /api/change-gates/{orgName} Lists change gates for an entity within the organization. Change gates define approval requirements that must be satisfied before changes...
pulumi.pulumi_organizations_create_gate Write write 0 CreateChangeGate Official Pulumi Cloud endpoint: POST /api/change-gates/{orgName} Creates a new change gate for an entity in the organization. Change gates enforce approval workflows by requiring one or more approvals...
pulumi.pulumi_organizations_delete_gate Write write 0 DeleteChangeGate Official Pulumi Cloud endpoint: DELETE /api/change-gates/{orgName}/{gateID} Deletes a change gate, removing the approval requirement from the protected entity. Changes to the entity will no longer req...
pulumi.pulumi_organizations_read_gate Read read 0 ReadChangeGate Official Pulumi Cloud endpoint: GET /api/change-gates/{orgName}/{gateID} Retrieves the configuration and status of a specific change gate, including its approval requirements and the entity it protects.
pulumi.pulumi_organizations_update_gate Write write 0 UpdateChangeGate Official Pulumi Cloud endpoint: PUT /api/change-gates/{orgName}/{gateID} Updates the configuration of an existing change gate, such as modifying its approval requirements or protected entity.
pulumi.pulumi_organizations_list_change_requests Read read 0 ListChangeRequests Official Pulumi Cloud endpoint: GET /api/change-requests/{orgName} Lists change requests for an organization with support for pagination and filtering by entity type and entity ID. Change requests r...
pulumi.pulumi_organizations_get Read read 0 ReadChangeRequest Official Pulumi Cloud endpoint: GET /api/change-requests/{orgName}/{changeRequestID} Retrieves the details of a specific change request, including its current status, description, approvals, and the ...
pulumi.pulumi_organizations_update Write write 0 UpdateChangeRequest Official Pulumi Cloud endpoint: PATCH /api/change-requests/{orgName}/{changeRequestID} Updates a change request's metadata. Currently only the description field can be modified after creation.
pulumi.pulumi_organizations_apply Write write 0 ApplyChangeRequest Official Pulumi Cloud endpoint: POST /api/change-requests/{orgName}/{changeRequestID}/apply Applies an approved change request, triggering the execution of the proposed infrastructure changes. The c...
pulumi.pulumi_organizations_unapprove Write write 0 UnapproveChangeRequest Official Pulumi Cloud endpoint: DELETE /api/change-requests/{orgName}/{changeRequestID}/approve Withdraws a previously given approval for a change request. If the change request no longer has th...
pulumi.pulumi_organizations_approve Write write 0 ApproveChangeRequest Official Pulumi Cloud endpoint: POST /api/change-requests/{orgName}/{changeRequestID}/approve Records an approval for a change request from the authenticated user. Once the required number of appr...
pulumi.pulumi_organizations_close Write write 0 CloseChangeRequest Official Pulumi Cloud endpoint: POST /api/change-requests/{orgName}/{changeRequestID}/close Closes a change request without applying it. The proposed infrastructure changes are discarded and the req...
pulumi.pulumi_organizations_add_comment Write write 0 AddChangeRequestComment Official Pulumi Cloud endpoint: POST /api/change-requests/{orgName}/{changeRequestID}/comments Adds a comment to a change request without approving or closing it. This allows reviewers to provi...
pulumi.pulumi_organizations_list_events Read read 0 ListChangeRequestEvents Official Pulumi Cloud endpoint: GET /api/change-requests/{orgName}/{changeRequestID}/events Lists the event log for a change request, including approvals, status changes, and other lifecycle ev...
pulumi.pulumi_organizations_submit Write write 0 SubmitChangeRequest Official Pulumi Cloud endpoint: POST /api/change-requests/{orgName}/{changeRequestID}/submit Submits a draft change request for approval. Once submitted, the request enters the review workflow and ...
pulumi.pulumi_miscellaneous_version Read read 0 Version Official Pulumi Cloud endpoint: GET /api/cli/version Returns version information about the CLI.
pulumi.pulumi_vcs_integrations_list_all_vcsintegrations Read read 0 ListAllVCSIntegrations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations Returns a summary of all VCS integrations across all providers (GitHub, GitLab, Azure DevOps, Custom) for an organiza...
pulumi.pulumi_vcs_integrations_list_azure_dev_ops_integrations Read read 0 ListAzureDevOpsIntegrations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/azure-devops Lists all Azure DevOps integrations configured for an organization.
pulumi.pulumi_vcs_integrations_create_azure_dev_ops_setup Write write 0 CreateAzureDevOpsSetup Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/integrations/azure-devops Creates a new Azure DevOps integration for an organization. Requires an Azure DevOps organization and p...
pulumi.pulumi_vcs_integrations_get_azure_dev_ops_access_status Read read 0 GetAzureDevOpsAccessStatus Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/azure-devops/access-status Returns information about a user's Azure DevOps access status for an organization, inc...
pulumi.pulumi_vcs_integrations_complete_azure_dev_ops_oauth Write write 0 CompleteAzureDevOpsOAuth Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/integrations/azure-devops/oauth/complete Completes the OAuth authorization flow for Azure DevOps VCS integration by exchanging ...
pulumi.pulumi_vcs_integrations_initiate_azure_dev_ops_oauth Write write 0 InitiateAzureDevOpsOAuth Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/integrations/azure-devops/oauth/initiate Initiates the OAuth authorization flow for Azure DevOps VCS integration. Returns a red...
pulumi.pulumi_vcs_integrations_list_azure_dev_ops_organizations Read read 0 ListAzureDevOpsOrganizations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/azure-devops/setup/organizations Lists Azure DevOps organizations available to the current user. Requires an ac...
pulumi.pulumi_vcs_integrations_list_azure_dev_ops_projects Read read 0 ListAzureDevOpsProjects Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/azure-devops/setup/organizations/{adoOrgName}/projects Lists Azure DevOps projects within a specified Azure DevOps o...
pulumi.pulumi_vcs_integrations_delete_azure_dev_ops_integration Write write 0 DeleteAzureDevOpsIntegration Official Pulumi Cloud endpoint: DELETE /api/console/orgs/{orgName}/integrations/azure-devops/{integrationId} Removes a specific Azure DevOps integration from the organization.
pulumi.pulumi_vcs_integrations_get_azure_dev_ops_integration Read read 0 GetAzureDevOpsIntegration Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/azure-devops/{integrationId} Gets a specific Azure DevOps integration by its integration ID. Returns the integrati...
pulumi.pulumi_vcs_integrations_update_azure_dev_ops_integration Write write 0 UpdateAzureDevOpsIntegration Official Pulumi Cloud endpoint: PATCH /api/console/orgs/{orgName}/integrations/azure-devops/{integrationId} Updates an existing Azure DevOps integration's settings. Can modify the Azure De...
pulumi.pulumi_vcs_integrations_list_bit_bucket_integrations Read read 0 ListBitBucketIntegrations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/bitbucket Lists all BitBucket integrations configured for an organization, including their validity status and lin...
pulumi.pulumi_vcs_integrations_create_bit_bucket_setup Write write 0 CreateBitBucketSetup Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/integrations/bitbucket Creates a new BitBucket integration for an organization. Requires a BitBucket workspace UUID and optionally ...
pulumi.pulumi_vcs_integrations_get_bit_bucket_access_status Read read 0 GetBitBucketAccessStatus Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/bitbucket/access-status Returns information about a user's BitBucket access status for an organization, including w...
pulumi.pulumi_vcs_integrations_delete_bit_bucket_integration Write write 0 DeleteBitBucketIntegration Official Pulumi Cloud endpoint: DELETE /api/console/orgs/{orgName}/integrations/bitbucket/{integrationId} Removes a specific BitBucket integration from the organization. Cleans up associated...
pulumi.pulumi_vcs_integrations_get_bit_bucket_integration Read read 0 GetBitBucketIntegration Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/bitbucket/{integrationId} Gets a specific BitBucket integration by its integration ID. Returns the integration detai...
pulumi.pulumi_vcs_integrations_update_bit_bucket_integration Write write 0 UpdateBitBucketIntegration Official Pulumi Cloud endpoint: PATCH /api/console/orgs/{orgName}/integrations/bitbucket/{integrationId} Updates an existing BitBucket integration's settings, such as PR comment preferences ...
pulumi.pulumi_vcs_integrations_list_custom_vcsintegrations Read read 0 ListCustomVCSIntegrations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/custom Lists all custom VCS integrations configured for an organization. Returns each integration's configuration,...
pulumi.pulumi_vcs_integrations_create_custom_vcsintegration Write write 0 CreateCustomVCSIntegration Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/integrations/custom Creates a new custom VCS integration for an organization. Custom VCS integrations allow connecting self-h...
pulumi.pulumi_vcs_integrations_delete_custom_vcsintegration Write write 0 DeleteCustomVCSIntegration Official Pulumi Cloud endpoint: DELETE /api/console/orgs/{orgName}/integrations/custom/{integrationId} Removes a specific custom VCS integration from the organization. This permanently delet...
pulumi.pulumi_vcs_integrations_get_custom_vcsintegration Read read 0 GetCustomVCSIntegration Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/custom/{integrationId} Gets a specific custom VCS integration by its integration ID. Returns the integration details...
pulumi.pulumi_vcs_integrations_update_custom_vcsintegration Write write 0 UpdateCustomVCSIntegration Official Pulumi Cloud endpoint: PATCH /api/console/orgs/{orgName}/integrations/custom/{integrationId} Updates an existing custom VCS integration's settings. All fields are optional; only pro...
pulumi.pulumi_vcs_integrations_remove_custom_vcsrepository Write write 0 RemoveCustomVCSRepository Official Pulumi Cloud endpoint: DELETE /api/console/orgs/{orgName}/integrations/custom/{integrationId}/repos Removes a repository from a custom VCS integration. The repository is identified b...
pulumi.pulumi_vcs_integrations_add_custom_vcsrepository Write write 0 AddCustomVCSRepository Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/integrations/custom/{integrationId}/repos Adds a repository to a custom VCS integration. The repository name must be unique withi...
pulumi.pulumi_vcs_integrations_list_git_hub_integrations Read read 0 ListGitHubIntegrations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/github Lists all GitHub App integrations for an organization.
pulumi.pulumi_vcs_integrations_start_git_hub_setup Write write 0 StartGitHubSetup Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/integrations/github Initiates GitHub App setup, returns installation URL with state.
pulumi.pulumi_vcs_integrations_list_git_hub_enterprise_integrations Read read 0 ListGitHubEnterpriseIntegrations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/github-enterprise Lists all GitHub Enterprise Server integrations for an organization. Returns only self-ho...
pulumi.pulumi_vcs_integrations_delete_git_hub_enterprise_integration Write write 0 DeleteGitHubEnterpriseIntegration Official Pulumi Cloud endpoint: DELETE /api/console/orgs/{orgName}/integrations/github-enterprise/{integrationId} Removes a GitHub Enterprise Server integration.
pulumi.pulumi_vcs_integrations_get_git_hub_enterprise_integration Read read 0 GetGitHubEnterpriseIntegration Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/github-enterprise/{integrationId} Gets a specific GitHub Enterprise Server integration.
pulumi.pulumi_vcs_integrations_update_git_hub_enterprise_integration Write write 0 UpdateGitHubEnterpriseIntegration Official Pulumi Cloud endpoint: PATCH /api/console/orgs/{orgName}/integrations/github-enterprise/{integrationId} Updates GitHub Enterprise Server integration settings.
pulumi.pulumi_vcs_integrations_get_git_hub_access Read read 0 GetGitHubAccess Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/github/access-status Returns information about a user's GitHub OAuth status.
pulumi.pulumi_vcs_integrations_delete_git_hub_integration Write write 0 DeleteGitHubIntegration Official Pulumi Cloud endpoint: DELETE /api/console/orgs/{orgName}/integrations/github/{integrationId} Removes a GitHub App integration.
pulumi.pulumi_vcs_integrations_get_git_hub_integration Read read 0 GetGitHubIntegration Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/github/{integrationId} Gets a specific GitHub App integration by its integration ID. Returns the integration details in...
pulumi.pulumi_vcs_integrations_update_git_hub_integration Write write 0 UpdateGitHubIntegration Official Pulumi Cloud endpoint: PATCH /api/console/orgs/{orgName}/integrations/github/{integrationId} Updates GitHub App integration settings.
pulumi.pulumi_vcs_integrations_list_git_lab_integrations Read read 0 ListGitLabIntegrations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/gitlab Lists all GitLab integrations configured for an organization, including their validity status and linked group...
pulumi.pulumi_vcs_integrations_create_git_lab_setup Write write 0 CreateGitLabSetup Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/integrations/gitlab Creates a new GitLab integration for an organization. Requires a GitLab group ID and optionally configures authent...
pulumi.pulumi_vcs_integrations_get_git_lab_access_status Read read 0 GetGitLabAccessStatus Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/gitlab/access-status Returns information about a user's GitLab access status for an organization, including whether th...
pulumi.pulumi_vcs_integrations_delete_git_lab_integration Write write 0 DeleteGitLabIntegration Official Pulumi Cloud endpoint: DELETE /api/console/orgs/{orgName}/integrations/gitlab/{integrationId} Removes a specific GitLab integration from the organization. Cleans up associated webhooks...
pulumi.pulumi_vcs_integrations_get_git_lab_integration Read read 0 GetGitLabIntegration Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/gitlab/{integrationId} Gets a specific GitLab integration by its integration ID. Returns the integration details includ...
pulumi.pulumi_vcs_integrations_update_git_lab_integration Write write 0 UpdateGitLabIntegration Official Pulumi Cloud endpoint: PATCH /api/console/orgs/{orgName}/integrations/gitlab/{integrationId} Updates an existing GitLab integration's settings, such as PR comment preferences and AI su...
pulumi.pulumi_vcs_integrations_list_vcsrepos Read read 0 ListVCSRepos Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/{provider}/{integrationId}/repos Lists repositories available through the integration.
pulumi.pulumi_vcs_integrations_list_vcsrepo_destinations Read read 0 ListVCSRepoDestinations Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/{provider}/{integrationId}/repos/destinations Lists repositories where the authenticated user can create new repos f...
pulumi.pulumi_vcs_integrations_list_vcsbranches Read read 0 ListVCSBranches Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/integrations/{provider}/{integrationId}/repos/{repoId}/branches Lists branches for a repository.
pulumi.pulumi_stacks_list_member_stack_permissions Read read 0 ListMemberStackPermissions Official Pulumi Cloud endpoint: GET /api/console/orgs/{orgName}/members/{userLogin}/stacks/{projectName}/{stackName} Lists all permissions granted to a specific organization member for a giv...
pulumi.pulumi_insights_search_stacks Write write 0 SearchStacks Official Pulumi Cloud endpoint: POST /api/console/orgs/{orgName}/stacks/search Returns a combined view of IaC-managed stacks and discovered stacks.
pulumi.pulumi_stacks_get_stack_overview Read read 0 GetStackOverview Official Pulumi Cloud endpoint: GET /api/console/stacks/{orgName}/{projectName}/{stackName}/overview Returns aggregated stack overview data optimized for display in the Pulumi Cloud web console. The r...
pulumi.pulumi_stacks_update_team_stack_permissions Write write 0 UpdateTeamStackPermissions Official Pulumi Cloud endpoint: PATCH /api/console/stacks/{orgName}/{projectName}/{stackName}/teams/{teamName} Modifies the permissions that a specific team has for the referenced stack. Thi...
pulumi.pulumi_stacks_update_summary_handler_latest Read read 0 UpdateSummaryHandlerLatest Official Pulumi Cloud endpoint: GET /api/console/stacks/{orgName}/{projectName}/{stackName}/updates/latest/summary Returns a human-readable summary of the most recent update to the stack, wi...
pulumi.pulumi_stacks_update_summary Read read 0 UpdateSummary Official Pulumi Cloud endpoint: GET /api/console/stacks/{orgName}/{projectName}/{stackName}/updates/{updateID}/summary Returns a human-readable summary of a specific update, identified by its update ID. ...
pulumi.pulumi_deployments_get_pulumi_deploy_executor Read read 0 GetPulumiDeployExecutor Official Pulumi Cloud endpoint: GET /api/deployments/executor Streams the Linux/AMD64 Pulumi Deployments executor binary to the requester. The executor is the component that runs inside a deplo...
pulumi.pulumi_deployments_poll_deployments_queue Read read 0 PollDeploymentsQueue Official Pulumi Cloud endpoint: GET /api/deployments/poll Polls the Pulumi Deployments queue for available work to execute. This endpoint is used by self-hosted deployment agents running in agent ...
pulumi.pulumi_deployments_get_deployments_status Read read 0 GetDeploymentsStatus Official Pulumi Cloud endpoint: GET /api/deployments/{deploymentId}/status Returns the current execution status of a Pulumi Deployments run. This endpoint is used by self-hosted deployment agents ...
pulumi.pulumi_cloud_setup_awssetup Write write 0 AWSSetup Official Pulumi Cloud endpoint: POST /api/esc/cloudsetup/{orgName}/aws/setup Sets up AWS infrastructure using provided static credentials
pulumi.pulumi_cloud_setup_awsssolist_accounts Read read 0 AWSSSOListAccounts Official Pulumi Cloud endpoint: GET /api/esc/cloudsetup/{orgName}/aws/sso/accounts Lists AWS accounts accessible with the provided session
pulumi.pulumi_cloud_setup_awsssoinitiate Write write 0 AWSSSOInitiate Official Pulumi Cloud endpoint: POST /api/esc/cloudsetup/{orgName}/aws/sso/initiate Initiates the AWS SSO flow
pulumi.pulumi_cloud_setup_awsssosetup Write write 0 AWSSSOSetup Official Pulumi Cloud endpoint: POST /api/esc/cloudsetup/{orgName}/aws/sso/setup Sets up AWS infrastructure and ESC environments using AWS SSO
pulumi.pulumi_cloud_setup_azure_list_accounts Read read 0 AzureListAccounts Official Pulumi Cloud endpoint: GET /api/esc/cloudsetup/{orgName}/oauth/azure/accounts Lists Azure subscriptions accessible with the provided ARM session
pulumi.pulumi_cloud_setup_azure_setup Write write 0 AzureSetup Official Pulumi Cloud endpoint: POST /api/esc/cloudsetup/{orgName}/oauth/azure/setup Sets up Azure infrastructure and ESC environments using OAuth credentials
pulumi.pulumi_cloud_setup_complete_oauth Write write 0 CompleteOAuth Official Pulumi Cloud endpoint: POST /api/esc/cloudsetup/{orgName}/oauth/complete Completes OAuth flow by exchanging authorization code for access token
pulumi.pulumi_cloud_setup_gcplist_accounts Read read 0 GCPListAccounts Official Pulumi Cloud endpoint: GET /api/esc/cloudsetup/{orgName}/oauth/gcp/accounts Lists GCP projects accessible with the provided oauth session
pulumi.pulumi_cloud_setup_gcpsetup Write write 0 GCPSetup Official Pulumi Cloud endpoint: POST /api/esc/cloudsetup/{orgName}/oauth/gcp/setup Sets up GCP infrastructure using OAuth credentials
pulumi.pulumi_cloud_setup_initiate_oauth Write write 0 InitiateOAuth Official Pulumi Cloud endpoint: POST /api/esc/cloudsetup/{orgName}/oauth/initiate Initiates OAuth flow for a given cloud provider
pulumi.pulumi_environments_list_environments_esc Read read 0 ListEnvironments Official Pulumi Cloud endpoint: GET /api/esc/environments Returns a paginated list of all Pulumi ESC environments accessible to the authenticated user across all organizations they belong to. Each ent...
pulumi.pulumi_environments_list_org_environments_esc Read read 0 ListOrgEnvironments Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName} Returns a paginated list of all Pulumi ESC environments within a specific organization. Each entry includes the project, environm...
pulumi.pulumi_environments_create_environment_esc_environments Write write 0 CreateEnvironment Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName} Creates a new Pulumi ESC (Environments, Secrets, and Configuration) environment within the specified organization. The request bod...
pulumi.pulumi_environments_list_deleted_environments Read read 0 ListDeletedEnvironments Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/restore Returns a paginated list of soft-deleted Pulumi ESC environments within an organization that are still within the ret...
pulumi.pulumi_environments_restore_environment Write write 0 RestoreEnvironment Official Pulumi Cloud endpoint: PUT /api/esc/environments/{orgName}/restore Restores a previously deleted Pulumi ESC environment within an organization. The request body specifies the environment to...
pulumi.pulumi_environments_list_all_environment_tags_esc Read read 0 ListAllEnvironmentTags Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/tags Returns a map of all unique tag names and their distinct values across all Pulumi ESC environments in the organization. T...
pulumi.pulumi_environments_check_yaml_esc Write write 0 CheckYAML Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/yaml/check Checks a raw YAML environment definition for errors without creating or modifying any environment. The YAML definition is provi...
pulumi.pulumi_environments_open_yaml_esc Write write 0 OpenYAML Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/yaml/open Opens an anonymous Pulumi ESC environment from a raw YAML definition provided in the request body, fully resolving all dynamic va...
pulumi.pulumi_environments_read_anonymous_open_environment_esc Read read 0 ReadAnonymousOpenEnvironment Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/yaml/open/{openSessionID} Reads the fully resolved values from an anonymous open environment session that was created vi...
pulumi.pulumi_environments_delete_environment_esc_environments Write write 0 DeleteEnvironment Official Pulumi Cloud endpoint: DELETE /api/esc/environments/{orgName}/{projectName}/{envName} Permanently deletes a Pulumi ESC environment and all of its revision history, tags, and associated confi...
pulumi.pulumi_environments_read_environment_esc_environments Read read 0 ReadEnvironment Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName} Returns the YAML definition of a Pulumi ESC environment. The response is in application/x-yaml format and inc...
pulumi.pulumi_environments_update_environment_esc_environments Write write 0 UpdateEnvironment Official Pulumi Cloud endpoint: PATCH /api/esc/environments/{orgName}/{projectName}/{envName} Validates and updates the YAML definition of a Pulumi ESC environment. The request body must contain the ...
pulumi.pulumi_environments_check_environment_esc_environments Write write 0 CheckEnvironment Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/check Checks a Pulumi ESC environment definition for errors without applying changes. This validates the YA...
pulumi.pulumi_environments_clone_environment Write write 0 CloneEnvironment Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/clone Creates a duplicate of a Pulumi ESC environment in a new project and/or under a new name. The request...
pulumi.pulumi_environments_decrypt_environment_esc_environments Read read 0 DecryptEnvironment Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/decrypt Reads the YAML definition for a Pulumi ESC environment with all static secrets decrypted and shown...
pulumi.pulumi_environments_decrypt_environment_secrets Write write 0 DecryptEnvironmentSecrets Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/decrypt-secrets Decrypts encrypted secret values in a Pulumi ESC environment definition. Takes an ...
pulumi.pulumi_environments_create_environment_draft Write write 0 CreateEnvironmentDraft Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/drafts Creates a new draft change request for a Pulumi ESC environment. Drafts allow proposing change...
pulumi.pulumi_environments_read_environment_draft Read read 0 ReadEnvironmentDraft Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/drafts/{changeRequestID} Reads the YAML definition for a draft version of a Pulumi ESC environment. Draf...
pulumi.pulumi_environments_update_environment_draft Write write 0 UpdateEnvironmentDraft Official Pulumi Cloud endpoint: PATCH /api/esc/environments/{orgName}/{projectName}/{envName}/drafts/{changeRequestID} Updates the YAML definition of an existing draft change request for a Pulum...
pulumi.pulumi_environments_open_environment_draft Write write 0 OpenEnvironmentDraft Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/drafts/{changeRequestID}/open Opens a draft version of a Pulumi ESC environment, fully resolving all dy...
pulumi.pulumi_environments_encrypt_environment_secrets Write write 0 EncryptEnvironmentSecrets Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/encrypt-secrets Encrypts plaintext secret values in a Pulumi ESC environment definition. Takes an ...
pulumi.pulumi_environments_list_webhooks_esc_environments Read read 0 ListWebhooks Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/hooks Returns a list of all webhooks configured for a Pulumi ESC environment. Each webhook entry includes its na...
pulumi.pulumi_environments_create_webhook_esc_environments Write write 0 CreateWebhook Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/hooks Creates a new webhook for a Pulumi ESC environment. Webhooks allow external services to be notified when...
pulumi.pulumi_environments_delete_webhook_esc_environments Write write 0 DeleteWebhook Official Pulumi Cloud endpoint: DELETE /api/esc/environments/{orgName}/{projectName}/{envName}/hooks/{hookName} Deletes a webhook from a Pulumi ESC environment. The webhook is identified by its name in t...
pulumi.pulumi_environments_get_webhook_esc_environments Read read 0 GetWebhook Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/hooks/{hookName} Returns the configuration and status of a single webhook for a Pulumi ESC environment. The webhoo...
pulumi.pulumi_environments_update_webhook_esc_environments Write write 0 UpdateWebhook Official Pulumi Cloud endpoint: PATCH /api/esc/environments/{orgName}/{projectName}/{envName}/hooks/{hookName} Updates the configuration of an existing webhook on a Pulumi ESC environment. The webhook is...
pulumi.pulumi_environments_get_webhook_deliveries_esc_environments Read read 0 GetWebhookDeliveries Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/hooks/{hookName}/deliveries Returns a list of recent delivery attempts for a specific webhook on a Pulum...
pulumi.pulumi_environments_redeliver_webhook_event_esc_environments Write write 0 RedeliverWebhookEvent Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/hooks/{hookName}/deliveries/{event}/redeliver Triggers the Pulumi Service to redeliver a specific even...
pulumi.pulumi_environments_ping_webhook_esc_environments Write write 0 PingWebhook Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/hooks/{hookName}/ping Sends a test ping event to a webhook on a Pulumi ESC environment to verify that the webhoo...
pulumi.pulumi_environments_get_environment_metadata_esc_environments Read read 0 GetEnvironmentMetadata Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/metadata Returns metadata for a Pulumi ESC environment, including the calling user's effective permiss...
pulumi.pulumi_environments_open_environment_esc_environments Write write 0 OpenEnvironment Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/open Opens a Pulumi ESC environment, fully resolving all dynamic values, provider integrations (fn::open), i...
pulumi.pulumi_environments_create_open_environment_request Write write 0 CreateOpenEnvironmentRequest Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/open/request Creates an open request for a Pulumi ESC environment that has gated opens enabled....
pulumi.pulumi_environments_read_open_environment_request Read read 0 ReadOpenEnvironmentRequest Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/open/request/{changeRequestID} Reads the details of an open environment request that was created a...
pulumi.pulumi_environments_update_open_environment_request Write write 0 UpdateOpenEnvironmentRequest Official Pulumi Cloud endpoint: PUT /api/esc/environments/{orgName}/{projectName}/{envName}/open/request/{changeRequestID} Updates an existing open environment request that was created as ...
pulumi.pulumi_environments_read_open_environment_esc_environments Read read 0 ReadOpenEnvironment Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/open/{openSessionID} Reads the fully resolved values from an open environment session that was created vi...
pulumi.pulumi_environments_reassign_environment_ownership Write write 0 ReassignEnvironmentOwnership Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/ownership Changes the ownership of the specified environment to the provided user. Returns the ...
pulumi.pulumi_environments_list_environment_referrers_esc_environments Read read 0 ListEnvironmentReferrers Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/referrers Returns a paginated list of entities that reference a Pulumi ESC environment, including ot...
pulumi.pulumi_environments_rotate_environment Write write 0 RotateEnvironment Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/rotate Triggers secret rotation for a Pulumi ESC environment. This evaluates all fn::rotate declarations i...
pulumi.pulumi_environments_list_environment_secret_rotation_history Read read 0 ListEnvironmentSecretRotationHistory Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/rotate/history Returns the secret rotation history for a Pulumi ESC environment. Each en...
pulumi.pulumi_environments_list_environment_schedule Read read 0 ListEnvironmentSchedule Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/schedules Returns all scheduled actions configured for a Pulumi ESC environment. Schedules automate r...
pulumi.pulumi_environments_create_environment_schedule Write write 0 CreateEnvironmentSchedule Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/schedules Creates a new scheduled action for a Pulumi ESC environment. Schedules can be used to au...
pulumi.pulumi_environments_delete_environment_schedule Write write 0 DeleteEnvironmentSchedule Official Pulumi Cloud endpoint: DELETE /api/esc/environments/{orgName}/{projectName}/{envName}/schedules/{scheduleID} Permanently deletes a scheduled action from a Pulumi ESC environment. Thi...
pulumi.pulumi_environments_read_environment_schedule Read read 0 ReadEnvironmentSchedule Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/schedules/{scheduleID} Returns the details of a specific scheduled action for a Pulumi ESC environmen...
pulumi.pulumi_environments_update_environment_schedule Write write 0 UpdateEnvironmentSchedule Official Pulumi Cloud endpoint: PATCH /api/esc/environments/{orgName}/{projectName}/{envName}/schedules/{scheduleID} Updates the configuration of a scheduled action for a Pulumi ESC environme...
pulumi.pulumi_environments_list_environment_schedule_history Read read 0 ListEnvironmentScheduleHistory Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/schedules/{scheduleID}/history Returns the execution history for a specific scheduled action o...
pulumi.pulumi_environments_pause_environment_schedule Write write 0 PauseEnvironmentSchedule Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/schedules/{scheduleID}/pause Pauses a scheduled action on a Pulumi ESC environment, preventing any ...
pulumi.pulumi_environments_resume_environment_schedule Write write 0 ResumeEnvironmentSchedule Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/schedules/{scheduleID}/resume Resumes a previously paused scheduled action on a Pulumi ESC environ...
pulumi.pulumi_environments_get_environment_settings Read read 0 GetEnvironmentSettings Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/settings Returns the current settings for a Pulumi ESC environment, including whether deletion protect...
pulumi.pulumi_environments_patch_environment_settings Write write 0 PatchEnvironmentSettings Official Pulumi Cloud endpoint: PATCH /api/esc/environments/{orgName}/{projectName}/{envName}/settings Updates settings for a Pulumi ESC environment using a partial update (patch) approach. Cu...
pulumi.pulumi_environments_list_environment_tags_esc_environments Read read 0 ListEnvironmentTags Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/tags Returns a paginated list of user-defined tags for a Pulumi ESC environment. Tags are key-value pairs...
pulumi.pulumi_environments_create_environment_tag_esc_environments Write write 0 CreateEnvironmentTag Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/tags Adds a new user-defined tag to a Pulumi ESC environment. Tags are key-value pairs that provide con...
pulumi.pulumi_environments_delete_environment_tag_esc_environments Write write 0 DeleteEnvironmentTag Official Pulumi Cloud endpoint: DELETE /api/esc/environments/{orgName}/{projectName}/{envName}/tags/{tagName} Removes a user-defined tag from a Pulumi ESC environment. The tag is identified by its...
pulumi.pulumi_environments_get_environment_tag_esc_environments Read read 0 GetEnvironmentTag Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/tags/{tagName} Returns a single user-defined tag for a Pulumi ESC environment, identified by the tag name i...
pulumi.pulumi_environments_update_environment_tag_esc_environments Write write 0 UpdateEnvironmentTag Official Pulumi Cloud endpoint: PATCH /api/esc/environments/{orgName}/{projectName}/{envName}/tags/{tagName} Modifies the value of an existing user-defined tag on a Pulumi ESC environment. The tag...
pulumi.pulumi_environments_list_environment_revisions_esc_environments Read read 0 ListEnvironmentRevisions Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/versions Returns a paginated list of revisions for a Pulumi ESC environment. Each revision represent...
pulumi.pulumi_environments_list_revision_tags_esc_environments_versions Read read 0 ListRevisionTags Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/versions/tags Returns a paginated list of revision tags for a Pulumi ESC environment. Revision tags are name...
pulumi.pulumi_environments_create_revision_tag_esc_environments_versions_tags Write write 0 CreateRevisionTag Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/versions/tags Creates a new revision tag for a Pulumi ESC environment. Revision tags are named references ...
pulumi.pulumi_environments_delete_revision_tag_esc_environments Write write 0 DeleteRevisionTag Official Pulumi Cloud endpoint: DELETE /api/esc/environments/{orgName}/{projectName}/{envName}/versions/tags/{tagName} Deletes a named revision tag from a Pulumi ESC environment. The tag is identifie...
pulumi.pulumi_environments_read_revision_tag_esc_environments Read read 0 ReadRevisionTag Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/versions/tags/{tagName} Returns the details of a specific revision tag for a Pulumi ESC environment. The tag ...
pulumi.pulumi_environments_update_revision_tag_esc_environments Write write 0 UpdateRevisionTag Official Pulumi Cloud endpoint: PATCH /api/esc/environments/{orgName}/{projectName}/{envName}/versions/tags/{tagName} Updates an existing revision tag for a Pulumi ESC environment to point to a diffe...
pulumi.pulumi_environments_read_environment_esc_environments_versions Read read 0 ReadEnvironment Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/versions/{version} Returns the YAML definition of a Pulumi ESC environment. The response is in application/x-...
pulumi.pulumi_environments_check_environment_esc_environments_versions Write write 0 CheckEnvironment Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/versions/{version}/check Checks a Pulumi ESC environment definition for errors without applying changes. Th...
pulumi.pulumi_environments_decrypt_environment_esc_environments_versions Read read 0 DecryptEnvironment Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/versions/{version}/decrypt Reads the YAML definition for a Pulumi ESC environment with all static secrets ...
pulumi.pulumi_environments_open_environment_esc_environments_versions Write write 0 OpenEnvironment Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/versions/{version}/open Opens a Pulumi ESC environment, fully resolving all dynamic values, provider integra...
pulumi.pulumi_environments_list_environment_referrers_esc_environments_versions Read read 0 ListEnvironmentReferrers Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/versions/{version}/referrers Returns a paginated list of entities that reference a Pulumi ESC enviro...
pulumi.pulumi_environments_retract_environment_revision_esc_environments Write write 0 RetractEnvironmentRevision Official Pulumi Cloud endpoint: POST /api/esc/environments/{orgName}/{projectName}/{envName}/versions/{version}/retract Retracts a specific revision of a Pulumi ESC environment, marking it a...
pulumi.pulumi_environments_list_revision_tags_esc_environments_versions2 Read read 0 ListRevisionTags Official Pulumi Cloud endpoint: GET /api/esc/environments/{orgName}/{projectName}/{envName}/versions/{version}/tags Returns a paginated list of revision tags for a Pulumi ESC environment. Revision tag...
pulumi.pulumi_environments_list_providers_esc Read read 0 ListProviders Official Pulumi Cloud endpoint: GET /api/esc/providers Returns a list of all available Pulumi ESC providers. Providers are integrations that dynamically retrieve configuration and secrets from external s...
pulumi.pulumi_environments_get_provider_schema_esc Read read 0 GetProviderSchema Official Pulumi Cloud endpoint: GET /api/esc/providers/{providerName}/schema Returns the JSON schema for a Pulumi ESC provider. Providers are integrations that dynamically retrieve configuration and ...
pulumi.pulumi_environments_list_rotators Read read 0 ListRotators Official Pulumi Cloud endpoint: GET /api/esc/rotators Returns a list of all available Pulumi ESC secret rotators. Rotators are integrations that automatically rotate secrets in external systems via the fn...
pulumi.pulumi_environments_get_rotator_schema Read read 0 GetRotatorSchema Official Pulumi Cloud endpoint: GET /api/esc/rotators/{rotatorName}/schema Returns the JSON schema for a Pulumi ESC secret rotator. Rotators are integrations that automatically rotate secrets in exter...
pulumi.pulumi_miscellaneous_token Write write 0 Token Official Pulumi Cloud endpoint: POST /api/oauth/token Exchanges an external identity provider token for a Pulumi access token using the OAuth 2.0 Token Exchange flow (RFC 8693). The request body must include: - ...
pulumi.pulumi_miscellaneous_fetch_rest_specification Read read 0 FetchRestSpecification Official Pulumi Cloud endpoint: GET /api/openapi/pulumi-spec.json Returns the OpenAPI v3 specification for the service.
pulumi.pulumi_organizations_get_organization Read read 0 GetOrganization Official Pulumi Cloud endpoint: GET /api/orgs/{orgName} Returns detailed information about the specified organization, including its name, display name, avatar URL, enabled features, subscription tier,...
pulumi.pulumi_organizations_update_organization_settings Write write 0 UpdateOrganizationSettings Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName} Updates an organization's settings, such as the default stack permission level for new members, whether members can create teams, an...
pulumi.pulumi_workflows_list_org_agent_pool Read read 0 ListOrgAgentPool Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/agent-pools Returns all agent pools configured for an organization. Agent pools enable self-hosted deployment agents, allowing organizations to ...
pulumi.pulumi_workflows_create_org_agent_pool Write write 0 CreateOrgAgentPool Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/agent-pools Creates a new agent pool for an organization. Agent pools enable self-hosted deployment agents, allowing organizations to run Pul...
pulumi.pulumi_workflows_delete_org_agent_pool Write write 0 DeleteOrgAgentPool Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/agent-pools/{poolId} Deletes an agent pool from an organization. If the agent pool is currently referenced by any stack's deployment settin...
pulumi.pulumi_workflows_get_agent_pool Read read 0 GetAgentPool Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/agent-pools/{poolId} Returns the details of a specific agent pool, including its name, ID, creation timestamp, and configuration. Agent pools enable...
pulumi.pulumi_workflows_patch_org_agent_pool Write write 0 PatchOrgAgentPool Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/agent-pools/{poolId} Updates an existing agent pool's configuration for an organization. This can be used to modify the pool's name or other ...
pulumi.pulumi_organizations_list_audit_log_events_handler_v1 Read read 0 ListAuditLogEventsHandlerV1 Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/auditlogs Lists audit log events for an organization. Either continuationToken or startTime is required. Supports filtering by event ...
pulumi.pulumi_organizations_export_audit_log_events_handler_v1 Read read 0 ExportAuditLogEventsHandlerV1 Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/auditlogs/export Exports audit log events for an organization in a downloadable format. Audit logs provide an immutable record of a...
pulumi.pulumi_organizations_delete_audit_log_export_configuration Write write 0 DeleteAuditLogExportConfiguration Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/auditlogs/export/config DeleteAuditLogExportConfiguration removes an organization's audit log export settings. Skip feature ...
pulumi.pulumi_organizations_get_audit_log_export_configuration Read read 0 GetAuditLogExportConfiguration Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/auditlogs/export/config GetAuditLogExportConfiguration returns the organization's current audit log export configuration. If the o...
pulumi.pulumi_organizations_update_audit_log_export_configuration Write write 0 UpdateAuditLogExportConfiguration Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/auditlogs/export/config Creates or updates the organization's automated audit log export configuration. Audit log export enabl...
pulumi.pulumi_organizations_force_audit_log_export Write write 0 ForceAuditLogExport Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/auditlogs/export/config/force ForceAuditLogExport exports the audit logs for the organization for a user-supplied timestamp. This can be use...
pulumi.pulumi_organizations_test_audit_log_export_configuration Write write 0 TestAuditLogExportConfiguration Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/auditlogs/export/config/test TestAuditLogExportConfiguration uses the provided audit log configuration and checks if we are able...
pulumi.pulumi_organizations_get_audit_logs_reader_kind Read read 0 GetAuditLogsReaderKind Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/auditlogs/reader-kind GetAuditLogsReaderKind returns whether the audit log is being read from MySQL or DynamoDB to control the event filte...
pulumi.pulumi_organizations_list_audit_log_events_handler_v2 Read read 0 ListAuditLogEventsHandlerV2 Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/auditlogs/v2 Lists audit log events for an organization. Uses startTime as the lower bound and endTime as the upper bound of the quer...
pulumi.pulumi_organizations_export_audit_log_events_handler_v2 Read read 0 ExportAuditLogEventsHandlerV2 Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/auditlogs/v2/export Exports audit log events in a downloadable format (CSV or CEF). Supports filtering by time range using startTim...
pulumi.pulumi_organizations_get_auth_policy Read read 0 GetAuthPolicy Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/auth/policies/oidcissuers/{issuerId} Returns the authentication policy associated with a specific OIDC issuer registration. Authentication policies...
pulumi.pulumi_organizations_update_auth_policy Write write 0 UpdateAuthPolicy Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/auth/policies/{policyId} Updates an authentication policy for an organization. Authentication policies define rules for how OIDC tokens are va...
pulumi.pulumi_organizations_transfer_all_stacks Write write 0 TransferAllStacks Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/bulk-transfer/stacks TransferAllStacks transfers all active stacks from one org to another, where deleted stacks will be skipped/ignored. We a...
pulumi.pulumi_organizations_list_organization_keys Read read 0 ListOrganizationKeys Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/cmk Returns all customer managed keys (CMK) configured for an organization, including their key identifiers, cloud provider details, enabled...
pulumi.pulumi_organizations_create_organization_key Write write 0 CreateOrganizationKey Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/cmk Creates a new customer managed key (CMK) for an organization, allowing the organization to use their own encryption keys for securing ...
pulumi.pulumi_organizations_disable_all_organization_keys Write write 0 DisableAllOrganizationKeys Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/cmk/disable Disables all customer managed keys (CMK) for an organization, reverting to Pulumi-managed encryption for secrets. After d...
pulumi.pulumi_organizations_list_organization_key_migrations Read read 0 ListOrganizationKeyMigrations Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/cmk/migration Returns all key encryption key (KEK) migrations for an organization. KEK migrations track the process of re-encryptin...
pulumi.pulumi_organizations_retry_organization_key_migrations Write write 0 RetryOrganizationKeyMigrations Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/cmk/migration/retry Retries any failed key encryption key (KEK) migrations for an organization. KEK migrations can fail due to tr...
pulumi.pulumi_organizations_set_default_organization_key Write write 0 SetDefaultOrganizationKey Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/cmk/{keyID}/default Sets a customer managed key as the default encryption key for the organization. New stacks created in the organiza...
pulumi.pulumi_organizations_disable_organization_key Write write 0 DisableOrganizationKey Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/cmk/{keyID}/disable Disables a specific customer managed key (CMK) for an organization. The key can no longer be used for encrypting new ...
pulumi.pulumi_deployments_list_org_deployments Read read 0 ListOrgDeployments Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/deployments Returns a paginated list of all Pulumi Deployments executions across an organization, filtered to only include deployments for sta...
pulumi.pulumi_deployments_org_deployments_metadata Read read 0 OrgDeploymentsMetadata Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/deployments/metadata Returns metadata about the organization's Pulumi Deployments state. The response includes the overall pause status, a...
pulumi.pulumi_deployments_pause_org_deployments Write write 0 PauseOrgDeployments Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/deployments/pause Pauses all future Pulumi Deployments executions across an entire organization. While paused, new deployments can still be ...
pulumi.pulumi_deployments_resume_org_deployments Write write 0 ResumeOrgDeployments Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/deployments/resume Resumes Pulumi Deployments executions for an organization that was previously paused via PauseOrgDeployments. Any queued...
pulumi.pulumi_deployments_get_usage_summary_deploy_compute Read read 0 GetUsageSummaryDeployCompute Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/deployments/summary Retrieves a summary of Pulumi Deployments compute usage (deployment minutes) for an organization. The response p...
pulumi.pulumi_deployments_get_deploy_usage_report Read read 0 GetDeployUsageReport Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/deployments/usagereport Retrieves raw deployment usage records for self-hosted Pulumi Cloud customers to self-report deployment consumption....
pulumi.pulumi_organizations_get_usage_summary_discovered_resource_hours Read read 0 GetUsageSummaryDiscoveredResourceHours Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/discovered-resources/summary GetUsageSummaryDiscoveredResourceHours handles request to fetch the summary of discovered res...
pulumi.pulumi_organizations_list_organization_webhooks Read read 0 ListOrganizationWebhooks Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/hooks Returns all webhooks configured at the organization level. Each webhook in the response includes its name, destination URL, format...
pulumi.pulumi_organizations_create_organization_webhook Write write 0 CreateOrganizationWebhook Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/hooks Creates a new webhook for an organization to notify external services when events occur. Webhooks can be configured to fire on s...
pulumi.pulumi_organizations_delete_organization_webhook Write write 0 DeleteOrganizationWebhook Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/hooks/{hookName} Permanently deletes an organization-level webhook. The webhook will no longer receive event notifications for stack...
pulumi.pulumi_organizations_get_organization_webhook Read read 0 GetOrganizationWebhook Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/hooks/{hookName} Returns the configuration of a specific organization-level webhook, including its name, destination URL, format (generic ...
pulumi.pulumi_organizations_update_organization_webhook Write write 0 UpdateOrganizationWebhook Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/hooks/{hookName} Updates an existing organization-level webhook's configuration, including its destination URL, format, active status...
pulumi.pulumi_organizations_get_organization_webhook_deliveries Read read 0 GetOrganizationWebhookDeliveries Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/hooks/{hookName}/deliveries Returns the recent delivery history for a specific webhook, including the HTTP status code, response...
pulumi.pulumi_organizations_redeliver_organization_webhook_event Write write 0 RedeliverOrganizationWebhookEvent Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/hooks/{hookName}/deliveries/{event}/redeliver Triggers the Pulumi Service to redeliver a specific event to a webhook. For exam...
pulumi.pulumi_organizations_ping_organization_webhook Write write 0 PingOrganizationWebhook Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/hooks/{hookName}/ping Sends a test ping to an organization webhook to validate that it is working. This function bypasses the message qu...
pulumi.pulumi_insights_get_usage_summary_insights_scans Read read 0 GetUsageSummaryInsightsScans Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/insights-scans/summary Returns a summary of Insights scan usage for an organization, grouped by the specified time granularity.
pulumi.pulumi_organizations_list_organization_members Read read 0 ListOrganizationMembers Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/members ListOrganizationMembers lists the members of an organization. This API unfortunately has two different "modes", returning either ...
pulumi.pulumi_organizations_delete_organization_member Write write 0 DeleteOrganizationMember Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/members/{userLogin} Removes a user from an organization. The removed user loses access to all organization resources including stacks...
pulumi.pulumi_organizations_update_organization_member Write write 0 UpdateOrganizationMember Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/members/{userLogin} Modifies a user's role within an organization. Set `role` to assign a built-in role (`member`, `admin`, or `billin...
pulumi.pulumi_organizations_add_organization_member Write write 0 AddOrganizationMember Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/members/{userLogin} Adds an existing Pulumi user to an organization with a built-in role. **Important:** The user must have already signed...
pulumi.pulumi_organizations_set_sole_organization_admin Write write 0 SetSoleOrganizationAdmin Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/members/{userLogin}/set-admin Promotes a member to administrator on organizations that are limited to a single admin. This endpoint is ...
pulumi.pulumi_organizations_get_organization_metadata Read read 0 GetOrganizationMetadata Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/metadata GetOrganizationMetadata returns metadata about the given organization. This is designed to be an inexpensive call.
pulumi.pulumi_organizations_list_orgs_oidc_issuers Read read 0 List Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/oidc/issuers Returns all OIDC issuer registrations for an organization. OIDC issuer registrations establish trust relationships with external identity provi...
pulumi.pulumi_organizations_register_oidc_issuer Write write 0 RegisterOidcIssuer Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/oidc/issuers Registers a new OIDC issuer for an organization, establishing a trust relationship with an external identity provider. Once regi...
pulumi.pulumi_organizations_delete_oidc_issuer Write write 0 DeleteOidcIssuer Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/oidc/issuers/{issuerId} Deletes an OIDC issuer registration from an organization, removing the trust relationship between the organization an...
pulumi.pulumi_organizations_get_oidc_issuer Read read 0 GetOidcIssuer Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/oidc/issuers/{issuerId} Returns the details of a specific OIDC issuer registration, including the issuer URL, audience restrictions, TLS thumbprint...
pulumi.pulumi_organizations_update_oidc_issuer Write write 0 UpdateOidcIssuer Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/oidc/issuers/{issuerId} Updates an existing OIDC issuer registration for an organization. This can be used to modify the issuer name, audience...
pulumi.pulumi_organizations_regenerate_thumbprints Write write 0 RegenerateThumbprints Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/oidc/issuers/{issuerId}/regenerate-thumbprints Regenerates the TLS certificate thumbprints for an OIDC issuer by re-fetching the issuer's ...
pulumi.pulumi_organizations_get_package_used_by_stacks Read read 0 GetPackageUsedByStacks Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/packages/usage Returns the stacks within an organization that use a specific Pulumi package, helping track package adoption and identify a...
pulumi.pulumi_organizations_list_policy_groups Read read 0 ListPolicyGroups Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policygroups Returns a list of all Policy Groups for the organization. Policy Groups define which Policy Packs are enforced on which stacks, wit...
pulumi.pulumi_organizations_new_policy_group Write write 0 NewPolicyGroup Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/policygroups Creates a new Policy Group for an organization. Policy Groups define which Policy Packs are enforced on which stacks or cloud accoun...
pulumi.pulumi_organizations_get_policy_group_metadata Read read 0 GetPolicyGroupMetadata Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policygroups/metadata Returns high-level policy protection metrics for an organization, including the number of stacks protected by policy...
pulumi.pulumi_organizations_delete_policy_group Write write 0 DeletePolicyGroup Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/policygroups/{policyGroup} Deletes a Policy Group from an organization. A Policy Group defines which Policy Packs are enforced on which stac...
pulumi.pulumi_organizations_get_policy_group Read read 0 GetPolicyGroup Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policygroups/{policyGroup} Returns the details of a specific Policy Group, including the list of Policy Packs applied to it and their enforcement ...
pulumi.pulumi_organizations_update_policy_group Write write 0 UpdatePolicyGroup Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/policygroups/{policyGroup} Updates a Policy Group's configuration. This multi-purpose endpoint supports several operations in a single reques...
pulumi.pulumi_organizations_batch_update_policy_group Write write 0 BatchUpdatePolicyGroup Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/policygroups/{policyGroup}/batch BatchUpdatePolicyGroup applies multiple update operations to the Policy Group efficiently. Each operati...
pulumi.pulumi_organizations_list_policy_packs_orgs Read read 0 ListPolicyPacks Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policypacks ListPolicyPacks returns a list of all complete Policy Packs for the organization. If the `policypack` query parameter is set, it will...
pulumi.pulumi_organizations_create_policy_pack Write write 0 CreatePolicyPack Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/policypacks Creates a new Policy Pack for an organization. A Policy Pack is a versioned collection of related policies that validate infrastruc...
pulumi.pulumi_organizations_delete_policy_pack_orgs_policypacks Write write 0 DeletePolicyPack Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/policypacks/{policyPackName} DeletePolicyPack deletes all versions of a Policy Pack, the associated packs stored in S3, and any applied versi...
pulumi.pulumi_organizations_delete_policy_pack_version Write write 0 DeletePolicyPackVersion Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/policypacks/{policyPackName}/versions/{version} DeletePolicyPackVersion deletes a specific version of a Policy Pack and deletes the as...
pulumi.pulumi_organizations_get_policy_pack Read read 0 GetPolicyPack Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policypacks/{policyPackName}/versions/{version} Returns the metadata and list of individual policies for a specific version of a Policy Pack. Each ...
pulumi.pulumi_organizations_complete_policy_pack Write write 0 CompletePolicyPack Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/policypacks/{policyPackName}/versions/{version}/complete Transitions the publish status of a specific Policy Pack version to 'complete', maki...
pulumi.pulumi_organizations_get_policy_pack_config_schema Read read 0 GetPolicyPackConfigSchema Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policypacks/{policyPackName}/versions/{version}/schema Returns the JSON configuration schema for a specific version of a Policy Pack. T...
pulumi.pulumi_organizations_get_policy_compliance_results Write write 0 GetPolicyComplianceResults Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/policyresults/compliance Returns compliance results for policy issues grouped by entity. The grouping can be by stack, cloud account,...
pulumi.pulumi_organizations_list_policy_issues Write write 0 ListPolicyIssues Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/policyresults/issues Returns all policy issues for an organization with support for pagination and advanced filtering via the grid request form...
pulumi.pulumi_organizations_export_policy_issues Write write 0 ExportPolicyIssues Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/policyresults/issues/export Exports policy issues for an organization to CSV format for offline analysis or reporting. Policy issues represen...
pulumi.pulumi_organizations_get_policy_issues_filters Write write 0 GetPolicyIssuesFilters Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/policyresults/issues/filters Returns the available filter options for listing policy issues, such as policy pack names, enforcement level...
pulumi.pulumi_organizations_get_policy_issue Read read 0 GetPolicyIssue Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policyresults/issues/{issueId} Returns the details of a specific policy issue, including the violating resource, the policy pack and policy name t...
pulumi.pulumi_organizations_update_policy_issue Write write 0 UpdatePolicyIssue Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/policyresults/issues/{issueId} Updates a policy issue's triage status and other mutable fields. All body fields are optional - only provide t...
pulumi.pulumi_organizations_get_policy_results_metadata Read read 0 GetPolicyResultsMetadata Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policyresults/metadata Returns high-level policy compliance statistics for an organization, including total violation counts, breakdown ...
pulumi.pulumi_organizations_list_policies_compliance Write write 0 ListPoliciesCompliance Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/policyresults/policies Returns policy compliance data grouped by policy pack and policy name, showing how many stacks are in compliance o...
pulumi.pulumi_organizations_list_policy_violations_v2 Read read 0 ListPolicyViolationsV2 Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/policyresults/violationsv2 ListPolicyViolationsV2Handler gets all the policy violations for an org. Deprecated: Use /policyresults/issues
pulumi.pulumi_organizations_get_org_registry_policy_pack Read read 0 GetOrgRegistryPolicyPack Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/registry/policypacks/{policyPackName} Retrieves lightweight registry metadata for a policy pack (source/publisher/name) without loading ...
pulumi.pulumi_organizations_get_usage_summary_resource_hours Read read 0 GetUsageSummaryResourceHours Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/resources/summary GetUsageSummaryResourceHours handles request to fetch the summary of resources under management (RUM) and resource...
pulumi.pulumi_organizations_list_deleted_stacks Read read 0 ListDeletedStacks Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/restore-stack ListDeletedStacks returns the last 25 deleted stacks for a given org. It would be incredible to one day merge this function with ...
pulumi.pulumi_organizations_restore_deleted_stack Write write 0 RestoreDeletedStack Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/restore-stack/{programID} RestoreDeletedStack un-deletes a soft-deleted stack for the given programID if the organization has the restore st...
pulumi.pulumi_organizations_list_roles_by_org_idand_uxpurpose Read read 0 ListRolesByOrgIDAndUXPurpose Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/roles Returns custom roles for an organization filtered by their UX purpose (e.g., 'organization', 'team', or 'token'). This allows ...
pulumi.pulumi_organizations_create_role Write write 0 CreateRole Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/roles Creates a new custom role for an organization. Custom roles define fine-grained permission sets that can be assigned to organization members an...
pulumi.pulumi_organizations_list_available_scopes Read read 0 ListAvailableScopes Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/roles/scopes Returns all available permission scopes that can be assigned to custom roles, organized by category (e.g., stacks, teams, organi...
pulumi.pulumi_organizations_delete_role Write write 0 DeleteRole Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/roles/{roleID} Deletes a custom role from an organization. If the role is currently assigned to members or teams, deletion requires the force param...
pulumi.pulumi_organizations_get_role Read read 0 GetRole Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/roles/{roleID} Returns the details of a specific custom role, including its name, description, and the set of permission scopes it grants. Custom roles e...
pulumi.pulumi_organizations_update_role Write write 0 UpdateRole Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/roles/{roleID} Updates an existing custom role's name, description, or permission scopes. Changes take effect immediately for all members and teams ...
pulumi.pulumi_organizations_update_organization_default_role Write write 0 UpdateOrganizationDefaultRole Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/roles/{roleID}/default Sets the default custom role for the organization. New members who join the organization will be automatic...
pulumi.pulumi_organizations_list_teams_with_role Read read 0 ListTeamsWithRole Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/roles/{roleID}/teams
pulumi.pulumi_organizations_list_org_tokens_with_role Read read 0 ListOrgTokensWithRole Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/roles/{roleID}/tokens Returns all organization tokens that have been assigned to a specific custom role. This helps administrators audit wh...
pulumi.pulumi_organizations_list_users_with_role Read read 0 ListUsersWithRole Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/roles/{roleID}/users
pulumi.pulumi_organizations_get_samlorganization Read read 0 GetSAMLOrganization Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/saml Returns the SAML configuration data for an organization, including the SSO endpoint URL, identity provider metadata, and SAML attribute ...
pulumi.pulumi_organizations_update_samlorganization Write write 0 UpdateSAMLOrganization Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/saml Updates the SAML configuration for a SAML-backed organization, including the identity provider SSO descriptor, attribute mappings, ...
pulumi.pulumi_organizations_list_samlorganization_admins Read read 0 ListSAMLOrganizationAdmins Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/saml/admins ListSAMLOrganizationAdmins returns the list of SAML admins for an organization. We currently only support one SAML admin p...
pulumi.pulumi_organizations_update_samlorganization_admins Write write 0 UpdateSAMLOrganizationAdmins Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/saml/admins/{userLogin} Updates the SAML admin for an organization. The SAML admin is the user who manages the SAML SSO configurati...
pulumi.pulumi_organizations_get_resource_column_filter_set Read read 0 GetResourceColumnFilterSet Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/search/column-set Returns aggregation results for a given field in resource search, providing the unique values and counts for a speci...
pulumi.pulumi_organizations_get_org_resource_search_query Read read 0 GetOrgResourceSearchQuery Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/search/resources Searches for resources within an organization. Deprecated: use GetOrgResourceSearchV2Query for improved search functio...
pulumi.pulumi_organizations_get_resource_dashboard_aggregations Read read 0 GetResourceDashboardAggregations Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/search/resources/dashboard GetResourceDashboardAggregations returns aggregated resource data for display on organization dashboa...
pulumi.pulumi_organizations_export_org_resource_search_query Read read 0 ExportOrgResourceSearchQuery Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/search/resources/export ExportOrgResourceSearchQuery exports resource search results as a CSV file download. Supports the same query...
pulumi.pulumi_organizations_get_natural_language_query Read read 0 GetNaturalLanguageQuery Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/search/resources/parse GetNaturalLanguageQuery converts a natural language query into a structured Pulumi search query using AI. For exam...
pulumi.pulumi_organizations_get_org_resource_search_v2_query Read read 0 GetOrgResourceSearchV2Query Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/search/resourcesv2 Searches for resources within an organization with advanced filtering, sorting, and pagination capabilities. **Pag...
pulumi.pulumi_organizations_get_usage_summary_environment_secrets Read read 0 GetUsageSummaryEnvironmentSecrets Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/secrets/summary GetUsageSummaryEnvironmentSecrets handles request to fetch the summary of ESC secret hours for an organization.
pulumi.pulumi_organizations_list_services Read read 0 ListServices Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/services Returns all service accounts in an organization. Service accounts provide programmatic, non-human identities for accessing Pulumi Cloud res...
pulumi.pulumi_organizations_create_service Write write 0 CreateService Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/services Creates a new service account in an organization. Service accounts provide programmatic, non-human identities for accessing Pulumi Cloud ...
pulumi.pulumi_organizations_delete_service Write write 0 DeleteService Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/services/{ownerType}/{ownerName}/{serviceName} Deletes a service account from an organization. Service accounts provide programmatic, non-human ...
pulumi.pulumi_organizations_get_service Read read 0 GetService Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/services/{ownerType}/{ownerName}/{serviceName} Returns the details of a specific service account, including its name, owner, description, team members...
pulumi.pulumi_organizations_update_service Write write 0 UpdateService Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/services/{ownerType}/{ownerName}/{serviceName} Updates the metadata and configuration of an existing service account, such as its description, te...
pulumi.pulumi_organizations_add_service_items Write write 0 AddServiceItems Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/services/{ownerType}/{ownerName}/{serviceName}/items Adds items (such as access tokens, team memberships, or stack permissions) to an existing s...
pulumi.pulumi_organizations_remove_service_item Write write 0 RemoveServiceItem Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/services/{ownerType}/{ownerName}/{serviceName}/items/{itemType}/{itemName} Removes a specific item (such as a team membership, access token,...
pulumi.pulumi_organizations_list_teams Read read 0 ListTeams Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/teams Retrieves all teams within an organization. Teams provide a centralized way to manage stack access permissions for groups of users. The response ...
pulumi.pulumi_organizations_create_git_hub_team Write write 0 CreateGitHubTeam Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/teams/github Creates a new Pulumi team backed by a GitHub team. When an organization is backed by GitHub, existing GitHub teams can be imported...
pulumi.pulumi_organizations_create_pulumi_team Write write 0 CreatePulumiTeam Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/teams/pulumi CreatePulumiTeam creates a "Pulumi" team, i.e. one whose membership is managed by Pulumi. (As opposed to a GitHub or GitLab-based ...
pulumi.pulumi_organizations_delete_team Write write 0 DeleteTeam Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/teams/{teamName} Permanently removes a team from an organization. All stack permission grants assigned to the team are revoked, and team members lo...
pulumi.pulumi_organizations_get_team Read read 0 GetTeam Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/teams/{teamName} Retrieves detailed information about a specific team within an organization. The response includes the team name, display name, descript...
pulumi.pulumi_organizations_update_team Write write 0 UpdateTeam Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/teams/{teamName} Updates a team's membership and configuration. This multi-purpose endpoint supports several operations: **Update membership:** Use ...
pulumi.pulumi_organizations_enable_team_roles Write write 0 EnableTeamRoles Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/teams/{teamName}/enable-team-roles Enables custom role-based access control for a team. Once enabled, the team can be assigned custom roles that...
pulumi.pulumi_organizations_list_team_roles Read read 0 ListTeamRoles Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/teams/{teamName}/roles ListTeamRoles will list the roles for a team. For now, this will always be a list of one, since we currently only support on...
pulumi.pulumi_organizations_delete_team_role Write write 0 DeleteTeamRole Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/teams/{teamName}/roles/{roleID} Removes a custom role assignment from a team. This revokes the permissions that were granted to team members th...
pulumi.pulumi_organizations_update_team_roles Write write 0 UpdateTeamRoles Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/teams/{teamName}/roles/{roleID} UpdateTeamRoles upserts the role assigned to a team since we currently only support a 1:1 mapping of teams to ro...
pulumi.pulumi_organizations_list_team_tokens Read read 0 ListTeamTokens Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/teams/{teamName}/tokens Retrieves all access tokens for a specific team. Team tokens inherit the stack permissions assigned to the team, providing...
pulumi.pulumi_organizations_create_team_token Write write 0 CreateTeamToken Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/teams/{teamName}/tokens Generates a new access token scoped to a specific team within an organization. Team tokens inherit the stack permissions...
pulumi.pulumi_organizations_delete_team_token Write write 0 DeleteTeamToken Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/teams/{teamName}/tokens/{tokenId} Permanently revokes and deletes a team access token. Any CI/CD pipelines or automation using this token will...
pulumi.pulumi_organizations_get_project_template Read read 0 GetProjectTemplate Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/template GetProjectTemplate attempts to fetch Pulumi.yaml from a template repository. If the repository represents a valid template, we return...
pulumi.pulumi_organizations_get_project_template_configuration Read read 0 GetProjectTemplateConfiguration Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/template/configuration GetProjectTemplateConfiguration attempts to lookup any config we store for the template using the template...
pulumi.pulumi_organizations_get_org_template_download Read read 0 GetOrgTemplateDownload Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/template/download Downloads a template archive for an organization as an application/x-tar binary stream. The template is identified by a ...
pulumi.pulumi_organizations_get_org_template_readme Read read 0 GetOrgTemplateReadme Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/template/readme Returns the README content for an organization template as Markdown text. The template is identified by a URL query paramete...
pulumi.pulumi_organizations_get_org_templates Read read 0 GetOrgTemplates Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/templates Returns a combined list of all templates available to the organization and the current user. This includes templates from the organizat...
pulumi.pulumi_organizations_get_org_template_collections Read read 0 GetOrgTemplateCollections Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/templates/sources Returns all template collections (sources) configured for an organization. Template collections define where project ...
pulumi.pulumi_organizations_create_org_template_collection Write write 0 CreateOrgTemplateCollection Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/templates/sources Creates a new template collection (source) for an organization. Template collections define where project template...
pulumi.pulumi_organizations_delete_org_template_collection Write write 0 DeleteOrgTemplateCollection Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/templates/sources/{templateID} Removes a template collection (source) from an organization. Templates sourced from this collection...
pulumi.pulumi_organizations_update_org_template_collection Write write 0 UpdateOrgTemplateCollection Official Pulumi Cloud endpoint: PATCH /api/orgs/{orgName}/templates/sources/{templateID} Updates an existing template collection for an organization, allowing modification of the template s...
pulumi.pulumi_organizations_list_org_tokens Read read 0 ListOrgTokens Official Pulumi Cloud endpoint: GET /api/orgs/{orgName}/tokens Retrieves all access tokens created for an organization. Organization tokens provide CI/CD automation access scoped to the organization rath...
pulumi.pulumi_organizations_create_org_token Write write 0 CreateOrgToken Official Pulumi Cloud endpoint: POST /api/orgs/{orgName}/tokens Generates a new access token scoped to the organization for use in CI/CD pipelines and automated workflows. Organization tokens belong to ...
pulumi.pulumi_organizations_delete_org_token Write write 0 DeleteOrgToken Official Pulumi Cloud endpoint: DELETE /api/orgs/{orgName}/tokens/{tokenId} Permanently revokes and deletes an organization access token. Any CI/CD pipelines or automation using this token will immediat...
pulumi.pulumi_ai_agents_list_tasks Read read 0 ListTasks Official Pulumi Cloud endpoint: GET /api/preview/agents/{orgName}/tasks Lists all agent tasks for the specified organization. Supports pagination via continuationToken with a configurable pageSize (1-1000, d...
pulumi.pulumi_ai_agents_create_tasks Write write 0 CreateTasks Official Pulumi Cloud endpoint: POST /api/preview/agents/{orgName}/tasks Creates a new agent task for the specified organization. The request must include a prompt (the user event message) that initiates t...
pulumi.pulumi_ai_agents_get_task Read read 0 GetTask Official Pulumi Cloud endpoint: GET /api/preview/agents/{orgName}/tasks/{taskID} Retrieves metadata for a specific agent task, including its ID, name, status, creation timestamp, and associated entities. Retur...
pulumi.pulumi_ai_agents_update_task Write write 0 UpdateTask Official Pulumi Cloud endpoint: PATCH /api/preview/agents/{orgName}/tasks/{taskID} Updates the settings or metadata of an agent task. Only the user who created the task can modify it.
pulumi.pulumi_ai_agents_respond_to_task Write write 0 RespondToTask Official Pulumi Cloud endpoint: POST /api/preview/agents/{orgName}/tasks/{taskID} Sends a response to an ongoing agent task. Supported event types include user_message, user_confirmation, and user_cancel...
pulumi.pulumi_ai_agents_cancel_task Write write 0 CancelTask Official Pulumi Cloud endpoint: POST /api/preview/agents/{orgName}/tasks/{taskID}/cancel Cancels an agent task. When force is true, immediately terminates the runtime session and resets the task to idle. Th...
pulumi.pulumi_ai_agents_get_task_events Read read 0 GetTaskEvents Official Pulumi Cloud endpoint: GET /api/preview/agents/{orgName}/tasks/{taskID}/events Retrieves the event stream for a specific agent task. Events include agent messages, tool calls, status changes, an...
pulumi.pulumi_ai_agents_stream_task_events Read read 0 StreamTaskEvents Official Pulumi Cloud endpoint: GET /api/preview/agents/{orgName}/tasks/{taskID}/events/stream Streams events for a specific agent task as Server-Sent Events. Each SSE data frame contains a JSON-encod...
pulumi.pulumi_environments_list_environments_preview Read read 0 ListEnvironments Official Pulumi Cloud endpoint: GET /api/preview/environments Returns a paginated list of all Pulumi ESC environments accessible to the authenticated user across all organizations they belong to. Each...
pulumi.pulumi_environments_list_providers_preview_environments Read read 0 ListProviders Official Pulumi Cloud endpoint: GET /api/preview/environments/providers Returns a list of all available Pulumi ESC providers. Providers are integrations that dynamically retrieve configuration and secret...
pulumi.pulumi_environments_get_provider_schema_preview_environments Read read 0 GetProviderSchema Official Pulumi Cloud endpoint: GET /api/preview/environments/providers/{providerName}/schema Returns the JSON schema for a Pulumi ESC provider. Providers are integrations that dynamically retrieve c...
pulumi.pulumi_environments_list_org_environments_preview Read read 0 ListOrgEnvironments Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName} Returns a paginated list of all Pulumi ESC environments within a specific organization. Each entry includes the project, envi...
pulumi.pulumi_environments_list_all_environment_tags_preview Read read 0 ListAllEnvironmentTags Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/tags Returns a map of all unique tag names and their distinct values across all Pulumi ESC environments in the organizatio...
pulumi.pulumi_environments_check_yaml_preview Write write 0 CheckYAML Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/yaml/check Checks a raw YAML environment definition for errors without creating or modifying any environment. The YAML definition is p...
pulumi.pulumi_environments_open_yaml_preview Write write 0 OpenYAML Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/yaml/open Opens an anonymous Pulumi ESC environment from a raw YAML definition provided in the request body, fully resolving all dynami...
pulumi.pulumi_environments_read_anonymous_open_environment_preview Read read 0 ReadAnonymousOpenEnvironment Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/yaml/open/{openSessionID} Reads the fully resolved values from an anonymous open environment session that was create...
pulumi.pulumi_environments_delete_environment_preview_environments Write write 0 DeleteEnvironment Official Pulumi Cloud endpoint: DELETE /api/preview/environments/{orgName}/{envName} Permanently deletes a Pulumi ESC environment and all of its revision history, tags, and associated configuration. ...
pulumi.pulumi_environments_read_environment_preview_environments Read read 0 ReadEnvironment Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName} Returns the YAML definition of a Pulumi ESC environment. The response is in application/x-yaml format and includes the ...
pulumi.pulumi_environments_update_environment_preview_environments Write write 0 UpdateEnvironment Official Pulumi Cloud endpoint: PATCH /api/preview/environments/{orgName}/{envName} Validates and updates the YAML definition of a Pulumi ESC environment. The request body must contain the complete e...
pulumi.pulumi_environments_create_environment_preview_environments Write write 0 CreateEnvironment Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName} Creates a new Pulumi ESC (Environments, Secrets, and Configuration) environment within the specified organization. T...
pulumi.pulumi_environments_check_environment_preview_environments Write write 0 CheckEnvironment Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/check Checks a Pulumi ESC environment definition for errors without applying changes. This validates the YAML definit...
pulumi.pulumi_environments_decrypt_environment_preview_environments Read read 0 DecryptEnvironment Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/decrypt Reads the YAML definition for a Pulumi ESC environment with all static secrets decrypted and shown in plaint...
pulumi.pulumi_environments_list_webhooks_preview_environments Read read 0 ListWebhooks Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/hooks Returns a list of all webhooks configured for a Pulumi ESC environment. Each webhook entry includes its name, destin...
pulumi.pulumi_environments_create_webhook_preview_environments Write write 0 CreateWebhook Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/hooks Creates a new webhook for a Pulumi ESC environment. Webhooks allow external services to be notified when environme...
pulumi.pulumi_environments_delete_webhook_preview_environments Write write 0 DeleteWebhook Official Pulumi Cloud endpoint: DELETE /api/preview/environments/{orgName}/{envName}/hooks/{hookName} Deletes a webhook from a Pulumi ESC environment. The webhook is identified by its name in the URL pat...
pulumi.pulumi_environments_get_webhook_preview_environments Read read 0 GetWebhook Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/hooks/{hookName} Returns the configuration and status of a single webhook for a Pulumi ESC environment. The webhook is ident...
pulumi.pulumi_environments_update_webhook_preview_environments Write write 0 UpdateWebhook Official Pulumi Cloud endpoint: PATCH /api/preview/environments/{orgName}/{envName}/hooks/{hookName} Updates the configuration of an existing webhook on a Pulumi ESC environment. The webhook is identifie...
pulumi.pulumi_environments_get_webhook_deliveries_preview_environments Read read 0 GetWebhookDeliveries Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/hooks/{hookName}/deliveries Returns a list of recent delivery attempts for a specific webhook on a Pulumi ESC envi...
pulumi.pulumi_environments_redeliver_webhook_event_preview_environments Write write 0 RedeliverWebhookEvent Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/hooks/{hookName}/deliveries/{event}/redeliver Triggers the Pulumi Service to redeliver a specific event to a web...
pulumi.pulumi_environments_ping_webhook_preview_environments Write write 0 PingWebhook Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/hooks/{hookName}/ping Sends a test ping event to a webhook on a Pulumi ESC environment to verify that the webhook endpoint...
pulumi.pulumi_environments_get_environment_metadata_preview_environments Read read 0 GetEnvironmentMetadata Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/metadata Returns metadata for a Pulumi ESC environment, including the calling user's effective permission level ...
pulumi.pulumi_environments_open_environment_preview_environments Write write 0 OpenEnvironment Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/open Opens a Pulumi ESC environment, fully resolving all dynamic values, provider integrations (fn::open), interpolati...
pulumi.pulumi_environments_read_open_environment_preview_environments Read read 0 ReadOpenEnvironment Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/open/{openSessionID} Reads the fully resolved values from an open environment session that was created via the Open...
pulumi.pulumi_environments_list_environment_tags_preview_environments Read read 0 ListEnvironmentTags Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/tags Returns a paginated list of user-defined tags for a Pulumi ESC environment. Tags are key-value pairs used for ...
pulumi.pulumi_environments_create_environment_tag_preview_environments Write write 0 CreateEnvironmentTag Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/tags Adds a new user-defined tag to a Pulumi ESC environment. Tags are key-value pairs that provide contextual me...
pulumi.pulumi_environments_delete_environment_tag_preview_environments Write write 0 DeleteEnvironmentTag Official Pulumi Cloud endpoint: DELETE /api/preview/environments/{orgName}/{envName}/tags/{tagName} Removes a user-defined tag from a Pulumi ESC environment. The tag is identified by its name in t...
pulumi.pulumi_environments_get_environment_tag_preview_environments Read read 0 GetEnvironmentTag Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/tags/{tagName} Returns a single user-defined tag for a Pulumi ESC environment, identified by the tag name in the URL ...
pulumi.pulumi_environments_update_environment_tag_preview_environments Write write 0 UpdateEnvironmentTag Official Pulumi Cloud endpoint: PATCH /api/preview/environments/{orgName}/{envName}/tags/{tagName} Modifies the value of an existing user-defined tag on a Pulumi ESC environment. The tag is identi...
pulumi.pulumi_environments_list_environment_revisions_preview_environments Read read 0 ListEnvironmentRevisions Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/versions Returns a paginated list of revisions for a Pulumi ESC environment. Each revision represents an immut...
pulumi.pulumi_environments_list_revision_tags_preview_environments_versions Read read 0 ListRevisionTags Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/versions/tags Returns a paginated list of revision tags for a Pulumi ESC environment. Revision tags are named referenc...
pulumi.pulumi_environments_delete_revision_tag_preview_environments Write write 0 DeleteRevisionTag Official Pulumi Cloud endpoint: DELETE /api/preview/environments/{orgName}/{envName}/versions/tags/{tagName} Deletes a named revision tag from a Pulumi ESC environment. The tag is identified by its n...
pulumi.pulumi_environments_read_revision_tag_preview_environments Read read 0 ReadRevisionTag Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/versions/tags/{tagName} Returns the details of a specific revision tag for a Pulumi ESC environment. The tag is identif...
pulumi.pulumi_environments_update_revision_tag_preview_environments Write write 0 UpdateRevisionTag Official Pulumi Cloud endpoint: PATCH /api/preview/environments/{orgName}/{envName}/versions/tags/{tagName} Updates an existing revision tag for a Pulumi ESC environment to point to a different revis...
pulumi.pulumi_environments_create_revision_tag_preview_environments_versions_tags Write write 0 CreateRevisionTag Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/versions/tags/{tagName} Creates a new revision tag for a Pulumi ESC environment. Revision tags are named references ...
pulumi.pulumi_environments_read_environment_preview_environments_versions Read read 0 ReadEnvironment Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/versions/{version} Returns the YAML definition of a Pulumi ESC environment. The response is in application/x-yaml forma...
pulumi.pulumi_environments_check_environment_preview_environments_versions Write write 0 CheckEnvironment Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/versions/{version}/check Checks a Pulumi ESC environment definition for errors without applying changes. This validat...
pulumi.pulumi_environments_decrypt_environment_preview_environments_versions Read read 0 DecryptEnvironment Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/versions/{version}/decrypt Reads the YAML definition for a Pulumi ESC environment with all static secrets decrypted ...
pulumi.pulumi_environments_open_environment_preview_environments_versions Write write 0 OpenEnvironment Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/versions/{version}/open Opens a Pulumi ESC environment, fully resolving all dynamic values, provider integrations (fn:...
pulumi.pulumi_environments_list_environment_referrers_preview_environments_versions Read read 0 ListEnvironmentReferrers Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/versions/{version}/referrers Returns a paginated list of entities that reference a Pulumi ESC environment, inc...
pulumi.pulumi_environments_retract_environment_revision_preview_environments Write write 0 RetractEnvironmentRevision Official Pulumi Cloud endpoint: POST /api/preview/environments/{orgName}/{envName}/versions/{version}/retract Retracts a specific revision of a Pulumi ESC environment, marking it as withdraw...
pulumi.pulumi_environments_list_revision_tags_preview_environments_versions2 Read read 0 ListRevisionTags Official Pulumi Cloud endpoint: GET /api/preview/environments/{orgName}/{envName}/versions/{version}/tags Returns a paginated list of revision tags for a Pulumi ESC environment. Revision tags are name...
pulumi.pulumi_environments_create_environment_draft_preview Write write 0 CreateEnvironmentDraft Official Pulumi Cloud endpoint: POST /api/preview/esc/environments/{orgName}/{projectName}/{envName}/drafts Creates a new draft change request for a Pulumi ESC environment. Drafts allow proposin...
pulumi.pulumi_environments_read_environment_draft_preview Read read 0 ReadEnvironmentDraft Official Pulumi Cloud endpoint: GET /api/preview/esc/environments/{orgName}/{projectName}/{envName}/drafts/{changeRequestID} Reads the YAML definition for a draft version of a Pulumi ESC environme...
pulumi.pulumi_environments_update_environment_draft_preview Write write 0 UpdateEnvironmentDraft Official Pulumi Cloud endpoint: PATCH /api/preview/esc/environments/{orgName}/{projectName}/{envName}/drafts/{changeRequestID} Updates the YAML definition of an existing draft change request for...
pulumi.pulumi_environments_open_environment_draft_preview Write write 0 OpenEnvironmentDraft Official Pulumi Cloud endpoint: POST /api/preview/esc/environments/{orgName}/{projectName}/{envName}/drafts/{changeRequestID}/open Opens a draft version of a Pulumi ESC environment, fully resolvin...
pulumi.pulumi_insights_list_accounts Read read 0 ListAccounts Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts Lists Insights accounts available to the authenticated user within the specified organization.
pulumi.pulumi_insights_bulk_create_accounts Write write 0 BulkCreateAccounts Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts Creates multiple Insights accounts in a single operation. Each account is created independently, so a failure to create ...
pulumi.pulumi_insights_delete_account Write write 0 DeleteAccount Official Pulumi Cloud endpoint: DELETE /api/preview/insights/{orgName}/accounts/{accountName} Deletes an Insights account and its associated configuration. This operation is irreversible.
pulumi.pulumi_insights_read_account Read read 0 ReadAccount Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName} Gets detailed information for a specific Insights account.
pulumi.pulumi_insights_update_account Write write 0 UpdateAccount Official Pulumi Cloud endpoint: PATCH /api/preview/insights/{orgName}/accounts/{accountName} Updates an existing Insights account. Supports partial updates to the ESC environment reference, scan schedule...
pulumi.pulumi_insights_create_account Write write 0 CreateAccount Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts/{accountName} Creates a new Insights account. An Insights account represents a cloud provider account (e.g., AWS, Azure, OCI)...
pulumi.pulumi_insights_reassign_account_ownership Write write 0 ReassignStackOwnership Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts/{accountName}/ownership Changes the ownership of the specified Insights account to the provided user. Returns the id...
pulumi.pulumi_insights_list_policy_packs_for_account Read read 0 ListPolicyPacksForAccount Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/policy/packs Returns the policy packs configured to analyze resources in the specified Insights acco...
pulumi.pulumi_insights_upsert_resources Write write 0 UpsertResources Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts/{accountName}/resources Creates or updates discovered resources in an Insights account. Used by scanners to report resource...
pulumi.pulumi_insights_list_resources_with_references Write write 0 ListResourcesWithReferences Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts/{accountName}/resources/references Returns discovered resources along with their referenced resources for a bat...
pulumi.pulumi_insights_read_resource Read read 0 ReadResource Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/resources/{resourceTypeAndId} Returns a discovered resource with its current version details.
pulumi.pulumi_insights_list_resource_version_edges Read read 0 ListResourceVersionEdges Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/resources/{resourceTypeAndId}/edges Returns the relationships (edges) between a discovered resource a...
pulumi.pulumi_insights_read_resource_with_references Read read 0 ReadResourceWithReferences Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/resources/{resourceTypeAndId}/references Returns a discovered resource along with its referenced (r...
pulumi.pulumi_insights_list_resource_stack_edges Read read 0 ListResourceStackEdges Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/resources/{resourceTypeAndId}/stack_edges Returns the Pulumi stacks that manage the specified discovere...
pulumi.pulumi_insights_list_resource_versions Read read 0 ListResourceVersions Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/resources/{resourceTypeAndId}/versions Returns the version history for a discovered resource, showing how...
pulumi.pulumi_insights_read_resource_versions Read read 0 ReadResource Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/resources/{resourceTypeAndId}/versions/{resourceVersion} Returns a discovered resource with its current or specif...
pulumi.pulumi_insights_list_resource_version_edges_versions Read read 0 ListResourceVersionEdges Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/resources/{resourceTypeAndId}/versions/{resourceVersion}/edges Returns the relationships (edges) betw...
pulumi.pulumi_insights_update_resource_version_policy_results Write write 0 UpdateResourceVersionPolicyResults Official Pulumi Cloud endpoint: PUT /api/preview/insights/{orgName}/accounts/{accountName}/resources/{resourceTypeAndId}/versions/{resourceVersion}/policy/results Updates the policy ...
pulumi.pulumi_insights_read_scan_status Read read 0 ReadScanStatus Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/scan Returns the status of the most recent scan for an Insights account.
pulumi.pulumi_insights_scan_account Write write 0 ScanAccount Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts/{accountName}/scan Starts a resource discovery scan for an Insights account. For parent accounts, triggers scans across all chi...
pulumi.pulumi_insights_cancel_scan Write write 0 CancelScan Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts/{accountName}/scan/cancel Cancels a running resource discovery scan for an Insights account.
pulumi.pulumi_insights_pause_scheduled_scans Write write 0 PauseScheduledScans Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts/{accountName}/scan/pause PauseScheduledScans pauses execution of future scheduled scans for an Insights account.
pulumi.pulumi_insights_resume_scheduled_scans Write write 0 ResumeScheduledScans Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/accounts/{accountName}/scan/resume ResumeScheduledScans resumes execution of future scheduled scans for an Insights account.
pulumi.pulumi_insights_read_scheduled_scan_settings Read read 0 ReadScheduledScanSettings Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/scan/settings Returns the scheduled scan configuration for an Insights account, including scan frequ...
pulumi.pulumi_insights_update_scheduled_scan_settings Write write 0 UpdateScheduledScanSettings Official Pulumi Cloud endpoint: PUT /api/preview/insights/{orgName}/accounts/{accountName}/scan/settings Updates the scheduled scan configuration for an Insights account, such as scan frequ...
pulumi.pulumi_insights_list_scan_status Read read 0 ListScanStatus Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/scans Returns the scan history for an Insights account, including child accounts for parent accounts.
pulumi.pulumi_insights_get_scan Read read 0 GetScan Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/scans/{scanId} Returns details for a specific Insights scan, including its status, timestamps, and resource counts.
pulumi.pulumi_insights_get_scan_logs Read read 0 GetScanLogs Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/scans/{scanId}/logs Returns log output for a specific Insights scan. Supports two modes: when the 'job' parameter ...
pulumi.pulumi_insights_get_insight_account_tags Read read 0 GetInsightAccountTags Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/tags Returns all tags for an Insights account as a key-value map.
pulumi.pulumi_insights_set_insight_account_tags Write write 0 SetInsightAccountTags Official Pulumi Cloud endpoint: PUT /api/preview/insights/{orgName}/accounts/{accountName}/tags Atomically replaces all tags for an Insights account with the provided key-value pairs. For AWS par...
pulumi.pulumi_insights_list_insights_account_teams Read read 0 ListInsightsAccountTeams Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/accounts/{accountName}/teams Returns the teams that have been granted access to an Insights account.
pulumi.pulumi_insights_update_team_insights_account_permissions Write write 0 UpdateTeamInsightsAccountPermissions Official Pulumi Cloud endpoint: PATCH /api/preview/insights/{orgName}/accounts/{accountName}/teams/{teamName} Updates the permissions that a team has on an Insights account.
pulumi.pulumi_insights_get_discovered_project Read read 0 GetDiscoveredProject Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/discovered-stacks/{projectName} Returns details for a discovered project, including its discovered stacks. Results are paginated...
pulumi.pulumi_insights_get_discovered_stack Read read 0 GetDiscoveredStack Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/discovered-stacks/{projectName}/{stackName} Returns details for a single discovered stack.
pulumi.pulumi_insights_delete_resource_migration_annotation Write write 0 DeleteResourceMigrationAnnotation Official Pulumi Cloud endpoint: DELETE /api/preview/insights/{orgName}/discovered-stacks/{projectName}/{stackName}/migration Removes a migration annotation from a discovered resource....
pulumi.pulumi_insights_upsert_resource_migration_annotation Write write 0 UpsertResourceMigrationAnnotation Official Pulumi Cloud endpoint: PUT /api/preview/insights/{orgName}/discovered-stacks/{projectName}/{stackName}/migration Creates or updates a migration annotation on a discovered res...
pulumi.pulumi_insights_list_discovered_stack_resources Read read 0 ListDiscoveredStackResources Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/discovered-stacks/{projectName}/{stackName}/resources Returns the list of resources in a discovered stack, each annotate...
pulumi.pulumi_insights_generate_import_code Write write 0 GenerateImportCode Official Pulumi Cloud endpoint: POST /api/preview/insights/{orgName}/import/code/generate Generates Pulumi code in the specified language to import discovered resources into a Pulumi stack.
pulumi.pulumi_insights_accept_insights_billing Write write 0 AcceptInsightsBilling Official Pulumi Cloud endpoint: PUT /api/preview/insights/{orgName}/insightstrial/accept Accepts Insights billing charges for the specified organization, enabling metered billing for resource dis...
pulumi.pulumi_insights_terminate_insights_trial Write write 0 TerminateInsightsTrial Official Pulumi Cloud endpoint: PUT /api/preview/insights/{orgName}/insightstrial/deny Terminates the Insights trial for the organization and removes all associated accounts.
pulumi.pulumi_insights_get_insights_trial_summary Read read 0 GetInsightsTrialSummary Official Pulumi Cloud endpoint: GET /api/preview/insights/{orgName}/insightstrial/summary Returns a summary of the organization's Insights trial usage, including resource counts and remaining t...
pulumi.pulumi_insights_update_stack_policy_results Write write 0 UpdateStackPolicyResults Official Pulumi Cloud endpoint: PUT /api/preview/insights/{orgName}/policy/stacks/{projectName}/{stackName}/updates/{version}/results Updates the policy evaluation results for a specific stack...
pulumi.pulumi_registry_preview_list_packages_preview Read read 0 ListPackages Official Pulumi Cloud endpoint: GET /api/preview/registry/packages Retrieves all registry packages accessible to the caller, with support for filtering, sorting, and pagination. No authentication is requi...
pulumi.pulumi_registry_preview_post_publish_package_version_preview Write write 0 PostPublishPackageVersion Official Pulumi Cloud endpoint: POST /api/preview/registry/packages/{source}/{publisher}/{name}/versions Initiates the first step of a two-phase package version publish workflow. This creates...
pulumi.pulumi_registry_preview_delete_publish_package_version_preview Write write 0 DeletePublishPackageVersion Official Pulumi Cloud endpoint: DELETE /api/preview/registry/packages/{source}/{publisher}/{name}/versions/{version} Removes a specific version of a package from the registry. The package i...
pulumi.pulumi_registry_preview_get_package_version_preview Read read 0 GetPackageVersion Official Pulumi Cloud endpoint: GET /api/preview/registry/packages/{source}/{publisher}/{name}/versions/{version} Retrieves metadata for a specific version of a registry package. The package is ident...
pulumi.pulumi_registry_preview_post_publish_package_version_complete_preview Write write 0 PostPublishPackageVersionComplete Official Pulumi Cloud endpoint: POST /api/preview/registry/packages/{source}/{publisher}/{name}/versions/{version}/complete Finalizes the second step of the two-phase package version ...
pulumi.pulumi_registry_preview_list_policy_packs_preview_registry Read read 0 ListPolicyPacks Official Pulumi Cloud endpoint: GET /api/preview/registry/policypacks Lists all policy packs accessible to the calling user for a given organization. The orgLogin query parameter is required and restri...
pulumi.pulumi_registry_preview_list_policy_packs_preview_registry_post Write write 0 ListPolicyPacks Official Pulumi Cloud endpoint: POST /api/preview/registry/policypacks Lists all policy packs accessible to the calling user, with support for filtering by access level, organization, and specific poli...
pulumi.pulumi_registry_preview_delete_policy_pack_preview_registry_policypacks Write write 0 DeletePolicyPack Official Pulumi Cloud endpoint: DELETE /api/preview/registry/policypacks/{source}/{publisher}/{name} Deletes a policy pack and all of its versions from the registry. The policy pack is identified by i...
pulumi.pulumi_registry_preview_list_policy_pack_versions Read read 0 ListPolicyPackVersions Official Pulumi Cloud endpoint: GET /api/preview/registry/policypacks/{source}/{publisher}/{name}/versions Lists all versions of a specific policy pack. The policy pack is identified by its sour...
pulumi.pulumi_registry_preview_post_publish_policy_pack_version Write write 0 PostPublishPolicyPackVersion Official Pulumi Cloud endpoint: POST /api/preview/registry/policypacks/{source}/{publisher}/{name}/versions Initiates the first step of a two-phase policy pack version publish workflow. Th...
pulumi.pulumi_registry_preview_delete_policy_pack_preview_registry_policypacks_versions Write write 0 DeletePolicyPack Official Pulumi Cloud endpoint: DELETE /api/preview/registry/policypacks/{source}/{publisher}/{name}/versions/{version} Deletes a specific version of a policy pack from the registry. The policy pack v...
pulumi.pulumi_registry_preview_get_policy_pack_version Read read 0 GetPolicyPackVersion Official Pulumi Cloud endpoint: GET /api/preview/registry/policypacks/{source}/{publisher}/{name}/versions/{version} Retrieves detailed information about a specific version of a policy pack, inclu...
pulumi.pulumi_registry_preview_post_publish_policy_pack_version_complete Write write 0 PostPublishPolicyPackVersionComplete Official Pulumi Cloud endpoint: POST /api/preview/registry/policypacks/{source}/{publisher}/{name}/versions/{version}/complete Finalizes the second step of the two-phase policy pac...
pulumi.pulumi_registry_preview_list_templates_preview Read read 0 ListTemplates Official Pulumi Cloud endpoint: GET /api/preview/registry/templates Lists registry-backed templates with optional filtering, search, and pagination. This endpoint returns only registry-backed templates a...
pulumi.pulumi_registry_preview_post_publish_template_version_preview Write write 0 PostPublishTemplateVersion Official Pulumi Cloud endpoint: POST /api/preview/registry/templates/{source}/{publisher}/{name}/versions Initiates the first step of a two-phase template version publish workflow. This crea...
pulumi.pulumi_registry_preview_delete_template_version_preview Write write 0 DeleteTemplateVersion Official Pulumi Cloud endpoint: DELETE /api/preview/registry/templates/{source}/{publisher}/{name}/versions/{version} Removes a specific version of a template from the registry. The template is i...
pulumi.pulumi_registry_preview_get_template_version_preview Read read 0 GetTemplateVersion Official Pulumi Cloud endpoint: GET /api/preview/registry/templates/{source}/{publisher}/{name}/versions/{version} Retrieves metadata for a specific version of a registry template. The template is i...
pulumi.pulumi_registry_preview_post_publish_template_version_complete_preview Write write 0 PostPublishTemplateVersionComplete Official Pulumi Cloud endpoint: POST /api/preview/registry/templates/{source}/{publisher}/{name}/versions/{version}/complete Finalizes the second step of the two-phase template versi...
pulumi.pulumi_organizations_batch_decrypt_project_value Write write 0 BatchDecryptProjectValue Official Pulumi Cloud endpoint: POST /api/projects/{orgName}/{projectName}/batch-decrypt BatchDecryptProjectValue works just like BatchDecryptValueHandler, but using the project's encryption k...
pulumi.pulumi_organizations_decrypt_project_value Write write 0 DecryptProjectValue Official Pulumi Cloud endpoint: POST /api/projects/{orgName}/{projectName}/decrypt DecryptProjectValue works just like DecryptValueHandler, but using the project's encryption key instead of the sta...
pulumi.pulumi_organizations_encrypt_project_value Write write 0 EncryptProjectValue Official Pulumi Cloud endpoint: POST /api/projects/{orgName}/{projectName}/encrypt EncryptProjectValue encrypts a value using the project's key. The request body contains the base64 encoded value t...
pulumi.pulumi_registry_list_packages Read read 0 ListPackages Official Pulumi Cloud endpoint: GET /api/registry/packages Retrieves all registry packages accessible to the caller, with support for filtering, sorting, and pagination. No authentication is required, but...
pulumi.pulumi_registry_post_publish_package_version Write write 0 PostPublishPackageVersion Official Pulumi Cloud endpoint: POST /api/registry/packages/{source}/{publisher}/{name}/versions Initiates the first step of a two-phase package version publish workflow. This creates a publi...
pulumi.pulumi_registry_delete_publish_package_version Write write 0 DeletePublishPackageVersion Official Pulumi Cloud endpoint: DELETE /api/registry/packages/{source}/{publisher}/{name}/versions/{version} Removes a specific version of a package from the registry. The package is identi...
pulumi.pulumi_registry_get_package_version Read read 0 GetPackageVersion Official Pulumi Cloud endpoint: GET /api/registry/packages/{source}/{publisher}/{name}/versions/{version} Retrieves metadata for a specific version of a registry package. The package is identified by...
pulumi.pulumi_registry_post_publish_package_version_complete Write write 0 PostPublishPackageVersionComplete Official Pulumi Cloud endpoint: POST /api/registry/packages/{source}/{publisher}/{name}/versions/{version}/complete Finalizes the second step of the two-phase package version publish ...
pulumi.pulumi_registry_get_package_docs Read read 0 GetPackageDocs Official Pulumi Cloud endpoint: GET /api/registry/packages/{source}/{publisher}/{name}/versions/{version}/docs/{token} Returns structured API documentation for a single resource or function identified b...
pulumi.pulumi_registry_get_package_examples Read read 0 GetPackageExamples Official Pulumi Cloud endpoint: GET /api/registry/packages/{source}/{publisher}/{name}/versions/{version}/examples Returns code examples aggregated from all resources and functions in a registry pac...
pulumi.pulumi_registry_get_package_installation Read read 0 GetPackageInstallation Official Pulumi Cloud endpoint: GET /api/registry/packages/{source}/{publisher}/{name}/versions/{version}/installation Returns installation configuration content for a registry package version, ...
pulumi.pulumi_registry_get_package_nav Read read 0 GetPackageNav Official Pulumi Cloud endpoint: GET /api/registry/packages/{source}/{publisher}/{name}/versions/{version}/nav Returns the module, resource, and function navigation tree for a registry package version. Na...
pulumi.pulumi_registry_get_package_readme Read read 0 GetPackageReadme Official Pulumi Cloud endpoint: GET /api/registry/packages/{source}/{publisher}/{name}/versions/{version}/readme Returns README content for a registry package version, structured as an ordered list of...
pulumi.pulumi_registry_list_templates Read read 0 ListTemplates Official Pulumi Cloud endpoint: GET /api/registry/templates Lists registry-backed templates with optional filtering, search, and pagination. This endpoint returns only registry-backed templates and does ...
pulumi.pulumi_registry_list_template_versions Read read 0 ListTemplateVersions Official Pulumi Cloud endpoint: GET /api/registry/templates/{source}/{publisher}/{name}/versions Lists all versions of a specific template, ordered by version descending (latest first). The templa...
pulumi.pulumi_registry_post_publish_template_version Write write 0 PostPublishTemplateVersion Official Pulumi Cloud endpoint: POST /api/registry/templates/{source}/{publisher}/{name}/versions Initiates the first step of a two-phase template version publish workflow. This creates a pu...
pulumi.pulumi_registry_delete_template_version Write write 0 DeleteTemplateVersion Official Pulumi Cloud endpoint: DELETE /api/registry/templates/{source}/{publisher}/{name}/versions/{version} Removes a specific version of a template from the registry. The template is identifie...
pulumi.pulumi_registry_get_template_version Read read 0 GetTemplateVersion Official Pulumi Cloud endpoint: GET /api/registry/templates/{source}/{publisher}/{name}/versions/{version} Retrieves metadata for a specific version of a registry template. The template is identifie...
pulumi.pulumi_registry_post_publish_template_version_complete Write write 0 PostPublishTemplateVersionComplete Official Pulumi Cloud endpoint: POST /api/registry/templates/{source}/{publisher}/{name}/versions/{version}/complete Finalizes the second step of the two-phase template version publi...
pulumi.pulumi_organizations_create_stack Write write 0 CreateStack Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName} Creates a new stack within a project in the organization. If the project does not exist, it will be created. A stack is an isolated,...
pulumi.pulumi_stacks_delete_stack Write write 0 DeleteStack Official Pulumi Cloud endpoint: DELETE /api/stacks/{orgName}/{projectName}/{stackName} Removes a stack from Pulumi Cloud. By default, the stack must have no resources remaining; attempting to delete a stac...
pulumi.pulumi_stacks_get_stack Read read 0 GetStack Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName} Retrieves detailed information about a specific stack, including its organization, project, and stack name, the current vers...
pulumi.pulumi_stacks_get_stack_activity Read read 0 GetStackActivity Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/activity Returns the activity history for a stack, including updates, configuration changes, and other operations. S...
pulumi.pulumi_stacks_get_stacks_annotation Read read 0 GetStacksAnnotation Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/annotations/{kind} Retrieves an annotation for a stack, identified by the annotation kind. Annotations are struct...
pulumi.pulumi_stacks_upsert_stacks_annotations Write write 0 UpsertStacksAnnotations Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/annotations/{kind} Creates or updates an annotation for a stack, identified by the annotation kind. Annotat...
pulumi.pulumi_stacks_batch_decrypt_value Write write 0 BatchDecryptValue Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/batch-decrypt Decrypts a set of secret values in a single request using the stack's encryption key. The request bo...
pulumi.pulumi_stacks_batch_encrypt_value Write write 0 BatchEncryptValue Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/batch-encrypt Encrypts a set of plaintext values in a single request using the stack's encryption key. This is a m...
pulumi.pulumi_stacks_list_stack_permissions Read read 0 ListStackPermissions Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/collaborators Lists all collaborators for a stack, including their permission levels. This includes collaborator...
pulumi.pulumi_stacks_delete_stack_permission Write write 0 DeleteStackPermission Official Pulumi Cloud endpoint: DELETE /api/stacks/{orgName}/{projectName}/{stackName}/collaborators/{userName} Removes a specific user's direct permission to access a stack. This only removes pe...
pulumi.pulumi_stacks_delete_stack_config Write write 0 DeleteStackConfig Official Pulumi Cloud endpoint: DELETE /api/stacks/{orgName}/{projectName}/{stackName}/config Removes the service-managed configuration for a stack, including the secrets provider settings, encrypted...
pulumi.pulumi_stacks_get_stack_config Read read 0 GetStackConfig Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/config Retrieves the service-managed configuration for a stack. The response includes the ESC environment reference, s...
pulumi.pulumi_stacks_update_stack_config Write write 0 UpdateStackConfig Official Pulumi Cloud endpoint: PUT /api/stacks/{orgName}/{projectName}/{stackName}/config Updates the service-managed configuration for a stack. The request body may include the ESC environment refe...
pulumi.pulumi_stacks_decrypt_value Write write 0 DecryptValue Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/decrypt Decrypts a single secret value using the stack's encryption key. The request body contains the base64-encoded c...
pulumi.pulumi_stacks_log_only_batch_decrypt_value Write write 0 LogOnlyBatchDecryptValue Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/decrypt/log-batch-decryption Records an audit log entry for a batch decryption event performed by a third-p...
pulumi.pulumi_stacks_log_only_decrypt_value Write write 0 LogOnlyDecryptValue Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/decrypt/log-decryption Records an audit log entry for a single-value decryption event performed by a third-party...
pulumi.pulumi_deployments_list_stack_deployments_handler_v2 Read read 0 ListStackDeploymentsHandlerV2 Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments Returns a paginated list of Pulumi Deployments executions for a specific stack. The respons...
pulumi.pulumi_deployments_create_apideployment_handler_v2 Write write 0 CreateAPIDeploymentHandlerV2 Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments Initiates a new Pulumi Deployments execution for a stack. Pulumi Deployments is a managed s...
pulumi.pulumi_deployments_clear_project_cache Write write 0 ClearProjectCache Official Pulumi Cloud endpoint: DELETE /api/stacks/{orgName}/{projectName}/{stackName}/deployments/cache Clears all cached dependency and build artifacts associated with the project for Pulumi Deploy...
pulumi.pulumi_deployments_get_presigned_cache_url Write write 0 GetPresignedCacheURL Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/cache/url Returns a presigned URL for saving or restoring the Pulumi Deployments dependency cache. ...
pulumi.pulumi_deployments_create_scheduled_drift_deployment Write write 0 CreateScheduledDriftDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/drift/schedules Creates a drift detection schedule for a stack using Pulumi Deployments. ...
pulumi.pulumi_deployments_update_scheduled_drift_deployment Write write 0 UpdateScheduledDriftDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/drift/schedules/{scheduleID} Updates the configuration of an existing drift detection sch...
pulumi.pulumi_deployments_stack_deployments_metadata Read read 0 StackDeploymentsMetadata Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/metadata Returns metadata about the Pulumi Deployments state for a specific stack. The response ...
pulumi.pulumi_deployments_pause_stack_deployments Write write 0 PauseStackDeployments Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/pause Pauses all future Pulumi Deployments executions for a specific stack. While paused, new depl...
pulumi.pulumi_deployments_resume_stack_deployments Write write 0 ResumeStackDeployments Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/resume Resumes Pulumi Deployments executions for a stack that was previously paused via PauseStac...
pulumi.pulumi_deployments_list_scheduled_deployment Read read 0 ListScheduledDeployment Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/schedules Returns all scheduled deployment actions configured for a stack. The response includes ...
pulumi.pulumi_deployments_create_scheduled_deployment Write write 0 CreateScheduledDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/schedules Creates a custom deployment schedule for a stack using Pulumi Deployments. Custom sc...
pulumi.pulumi_deployments_delete_scheduled_deployment Write write 0 DeleteScheduledDeployment Official Pulumi Cloud endpoint: DELETE /api/stacks/{orgName}/{projectName}/{stackName}/deployments/schedules/{scheduleID} Permanently deletes a scheduled deployment action from a stack. This ...
pulumi.pulumi_deployments_read_scheduled_deployment Read read 0 ReadScheduledDeployment Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/schedules/{scheduleID} Retrieves the full configuration and metadata for a specific scheduled dep...
pulumi.pulumi_deployments_update_scheduled_deployment Write write 0 UpdateScheduledDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/schedules/{scheduleID} Updates the configuration of an existing custom deployment schedule. Th...
pulumi.pulumi_deployments_list_scheduled_deployment_history Read read 0 ListScheduledDeploymentHistory Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/schedules/{scheduleID}/history Returns the execution history for a specific scheduled depl...
pulumi.pulumi_deployments_pause_scheduled_deployment Write write 0 PauseScheduledDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/schedules/{scheduleID}/pause Temporarily suspends future executions of a scheduled deployment a...
pulumi.pulumi_deployments_resume_scheduled_deployment Write write 0 ResumeScheduledDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/schedules/{scheduleID}/resume Reactivates a previously paused scheduled deployment action. Aft...
pulumi.pulumi_deployments_delete_deployment_settings Write write 0 DeleteDeploymentSettings Official Pulumi Cloud endpoint: DELETE /api/stacks/{orgName}/{projectName}/{stackName}/deployments/settings Removes all Pulumi Deployments settings for a stack, including source context, opera...
pulumi.pulumi_deployments_get_deployment_settings Read read 0 GetDeploymentSettings Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/settings Retrieves the Pulumi Deployments configuration for a specified stack. The response include...
pulumi.pulumi_deployments_patch_deployment_settings Write write 0 PatchDeploymentSettings Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/settings Creates or updates Pulumi Deployments settings for a stack using a merge operation. If ...
pulumi.pulumi_deployments_replace_deployment_settings Write write 0 ReplaceDeploymentSettings Official Pulumi Cloud endpoint: PUT /api/stacks/{orgName}/{projectName}/{stackName}/deployments/settings Fully replaces the Pulumi Deployments settings for a stack. Unlike the PATCH endpoint ...
pulumi.pulumi_deployments_encrypt_deployment_settings_secret Write write 0 EncryptDeploymentSettingsSecret Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/settings/encrypt Encrypts a plaintext secret value for secure storage in Pulumi Deployme...
pulumi.pulumi_deployments_create_scheduled_ttldeployment Write write 0 CreateScheduledTTLDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/ttl/schedules Creates a TTL (time-to-live) schedule for a stack using Pulumi Deployments. T...
pulumi.pulumi_deployments_update_scheduled_ttldeployment Write write 0 UpdateScheduledTTLDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/ttl/schedules/{scheduleID} Updates the configuration of an existing TTL (time-to-live) sche...
pulumi.pulumi_deployments_get_deployment_version Read read 0 GetDeployment Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/version/{version} Retrieves detailed information about a specific Pulumi Deployments execution by its versi...
pulumi.pulumi_deployments_get_deployment Read read 0 GetDeployment Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/{deploymentId} Retrieves detailed information about a specific Pulumi Deployments execution by its deployme...
pulumi.pulumi_deployments_cancel_deployment Write write 0 CancelDeployment Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/deployments/{deploymentId}/cancel Terminates an in-progress Pulumi Deployments execution for a specific stack. If t...
pulumi.pulumi_deployments_get_deployment_logs Read read 0 GetDeploymentLogs Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/{deploymentId}/logs Retrieves execution logs for a Pulumi Deployments run. Supports two retrieval modes...
pulumi.pulumi_deployments_get_deployment_updates Read read 0 GetDeploymentUpdates Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/deployments/{deploymentId}/updates Retrieves all stack updates (program updates) associated with a specific Pulu...
pulumi.pulumi_stacks_create_update_for_destroy Write write 0 CreateUpdateForDestroy Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/destroy Creates a new destroy update for the given stack. A destroy update tears down all resources managed b...
pulumi.pulumi_stacks_get_update_status_for_destroy Read read 0 GetUpdateStatusForDestroy Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID} Returns the current status and results of a destroy update, including whether it is stil...
pulumi.pulumi_stacks_start_update_for_destroy Write write 0 StartUpdateForDestroy Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID} Starts execution of a previously created destroy update. The update must have been created ...
pulumi.pulumi_stacks_cancel_update_destroy Write write 0 CancelUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/cancel Requests cancellation of a service-managed update that is currently in progress. The update m...
pulumi.pulumi_stacks_patch_update_checkpoint_destroy Write write 0 PatchUpdateCheckpoint Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/checkpoint Uploads a new checkpoint (deployment state snapshot) for a service-managed upda...
pulumi.pulumi_stacks_patch_update_checkpoint_delta_destroy Write write 0 PatchUpdateCheckpointDelta Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/checkpointdelta Uploads a checkpoint delta for a service-managed update that is curre...
pulumi.pulumi_stacks_patch_update_verbatim_checkpoint_destroy Write write 0 PatchUpdateVerbatimCheckpoint Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/checkpointverbatim Uploads a checkpoint for a service-managed update as a verbatim...
pulumi.pulumi_stacks_complete_update_destroy Write write 0 CompleteUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/complete Marks a service-managed update as complete. The request body must include the final statu...
pulumi.pulumi_stacks_get_engine_events_destroy Read read 0 GetEngineEvents Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/events Returns the engine events for the specified update. Engine events represent individual reso...
pulumi.pulumi_stacks_record_engine_event_destroy Write write 0 RecordEngineEvent Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/events Records a single engine event sent from the Pulumi CLI during a stack update. Engine eve...
pulumi.pulumi_stacks_record_engine_event_batch_destroy Write write 0 RecordEngineEventBatch Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/events/batch Records a batch of engine events sent from the Pulumi CLI during a stack upda...
pulumi.pulumi_stacks_create_journal_entries_destroy Write write 0 CreateJournalEntries Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/journalentries Creates new journal entries for the specified update. Journal entries record...
pulumi.pulumi_stacks_append_update_log_entry_destroy Write write 0 AppendUpdateLogEntry Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/log Appends a log entry to the specified update's log stream. Log entries are used to record...
pulumi.pulumi_stacks_renew_update_lease_destroy Write write 0 RenewUpdateLease Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/destroy/{updateID}/renew_lease Renews the lease for a service-managed update that is currently in progress. Leases ...
pulumi.pulumi_stacks_list_downstream_stack_references Read read 0 ListDownstreamStackReferences Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/downstreamreferences Returns all stacks that reference the specified stack as a dependency in their Pul...
pulumi.pulumi_deployments_list_drift_runs Read read 0 ListDriftRuns Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/drift/runs Returns a paginated list of all drift detection runs for a stack. Each drift run represents a scheduled or m...
pulumi.pulumi_deployments_get_stack_drift_status Read read 0 GetStackDriftStatus Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/drift/status Retrieves the current drift detection status and associated metadata for a stack. Drift occurs when ...
pulumi.pulumi_stacks_encrypt_value Write write 0 EncryptValue Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/encrypt Encrypts a single plaintext value using the stack's encryption key. The request body contains the plaintext val...
pulumi.pulumi_stacks_export_stack Read read 0 ExportStack Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/export Exports the current, complete state of the stack as an untyped deployment object. The response includes the deploy...
pulumi.pulumi_stacks_export_stack_at_version Read read 0 ExportStackAtVersion Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/export/{version} Exports the complete stack state at a specific historical update version, rather than the curre...
pulumi.pulumi_stacks_list_stack_webhooks Read read 0 ListStackWebhooks Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/hooks Returns all webhooks configured for the specified stack. Each webhook in the response includes its name, disp...
pulumi.pulumi_stacks_create_stack_webhook Write write 0 CreateStackWebhook Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/hooks Creates a new webhook for the specified stack. The request body must include the webhook name, payload URL,...
pulumi.pulumi_stacks_delete_stack_webhook Write write 0 DeleteStackWebhook Official Pulumi Cloud endpoint: DELETE /api/stacks/{orgName}/{projectName}/{stackName}/hooks/{hookName} Deletes a webhook from the specified stack. Returns 204 with no content on success.
pulumi.pulumi_stacks_get_stack_webhook Read read 0 GetStackWebhook Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/hooks/{hookName} Returns the details of a single webhook identified by its name, including its configuration, filters...
pulumi.pulumi_stacks_update_stack_webhook Write write 0 UpdateStackWebhook Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/hooks/{hookName} Updates an existing webhook's configuration. Supports modifying the display name, payload URL, ...
pulumi.pulumi_stacks_get_stack_webhook_deliveries Read read 0 GetStackWebhookDeliveries Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/hooks/{hookName}/deliveries Returns the recent delivery history for a specific webhook. Each delivery inclu...
pulumi.pulumi_stacks_redeliver_stack_webhook_event Write write 0 RedeliverStackWebhookEvent Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/hooks/{hookName}/deliveries/{event}/redeliver Triggers the Pulumi Service to redeliver a specific event t...
pulumi.pulumi_stacks_ping_stack_webhook Write write 0 PingStackWebhook Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/hooks/{hookName}/ping Issues a test ping event to the specified webhook to verify it is properly configured and rea...
pulumi.pulumi_stacks_import_stack Write write 0 ImportStack Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/import Imports a deployment state snapshot into the specified stack, replacing the current state. The request body must ...
pulumi.pulumi_stacks_get_stack_metadata Read read 0 GetStackMetadata Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/metadata Returns metadata about a stack including the requesting user's permission level and the stack's notificatio...
pulumi.pulumi_stacks_update_stack_notification_settings Write write 0 UpdateStackNotificationSettings Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/notifications/settings Updates the notification settings for a stack, controlling whether notificat...
pulumi.pulumi_stacks_reassign_stack_ownership Write write 0 ReassignStackOwnership Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/ownership Changes the ownership of the specified stack to the provided user. Returns the identity of the prev...
pulumi.pulumi_stacks_get_stack_policy_groups Read read 0 GetStackPolicyGroups Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/policygroups Returns the list of policy groups that include the specified stack. Policy groups define which poli...
pulumi.pulumi_stacks_get_stack_policy_packs Read read 0 GetStackPolicyPacks Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/policypacks Returns the policy packs currently enforced on the specified stack through its policy group membershi...
pulumi.pulumi_stacks_create_update_for_preview Write write 0 CreateUpdateForPreview Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/preview Creates a new preview update for the given stack. A preview shows what changes would be made without ...
pulumi.pulumi_stacks_get_update_status_for_preview Read read 0 GetUpdateStatusForPreview Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID} Returns the current status and results of a preview update, including whether it is stil...
pulumi.pulumi_stacks_start_update_for_preview Write write 0 StartUpdateForPreview Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID} Starts execution of a previously created preview update. The update must have been created ...
pulumi.pulumi_stacks_cancel_update_preview Write write 0 CancelUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID}/cancel Requests cancellation of a service-managed update that is currently in progress. The update m...
pulumi.pulumi_stacks_complete_update_preview Write write 0 CompleteUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID}/complete Marks a service-managed update as complete. The request body must include the final statu...
pulumi.pulumi_stacks_get_engine_events_preview Read read 0 GetEngineEvents Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID}/events Returns the engine events for the specified update. Engine events represent individual reso...
pulumi.pulumi_stacks_record_engine_event_preview Write write 0 RecordEngineEvent Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID}/events Records a single engine event sent from the Pulumi CLI during a stack update. Engine eve...
pulumi.pulumi_stacks_record_engine_event_batch_preview Write write 0 RecordEngineEventBatch Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID}/events/batch Records a batch of engine events sent from the Pulumi CLI during a stack upda...
pulumi.pulumi_stacks_create_journal_entries_preview Write write 0 CreateJournalEntries Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID}/journalentries Creates new journal entries for the specified update. Journal entries record...
pulumi.pulumi_stacks_append_update_log_entry_preview Write write 0 AppendUpdateLogEntry Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID}/log Appends a log entry to the specified update's log stream. Log entries are used to record...
pulumi.pulumi_stacks_renew_update_lease_preview Write write 0 RenewUpdateLease Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/preview/{updateID}/renew_lease Renews the lease for a service-managed update that is currently in progress. Leases ...
pulumi.pulumi_stacks_get_stack_preview Read read 0 GetStackPreview Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/previews/{updateID} Returns details of a specific preview operation identified by its update ID. The response include...
pulumi.pulumi_stacks_get_stack_preview_summary Read read 0 GetStackPreviewSummary Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/previews/{updateID}/summary Returns a concise summary of a specific preview operation, including the update ki...
pulumi.pulumi_stacks_create_update_for_refresh Write write 0 CreateUpdateForRefresh Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/refresh Creates a new refresh update for the given stack. A refresh synchronizes the stack's state with the a...
pulumi.pulumi_stacks_get_update_status_for_refresh Read read 0 GetUpdateStatusForRefresh Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID} Returns the current status and results of a refresh update, including whether it is stil...
pulumi.pulumi_stacks_start_update_for_refresh Write write 0 StartUpdateForRefresh Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID} Starts execution of a previously created refresh update. The update must have been created ...
pulumi.pulumi_stacks_cancel_update_refresh Write write 0 CancelUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/cancel Requests cancellation of a service-managed update that is currently in progress. The update m...
pulumi.pulumi_stacks_patch_update_checkpoint_refresh Write write 0 PatchUpdateCheckpoint Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/checkpoint Uploads a new checkpoint (deployment state snapshot) for a service-managed upda...
pulumi.pulumi_stacks_patch_update_checkpoint_delta_refresh Write write 0 PatchUpdateCheckpointDelta Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/checkpointdelta Uploads a checkpoint delta for a service-managed update that is curre...
pulumi.pulumi_stacks_patch_update_verbatim_checkpoint_refresh Write write 0 PatchUpdateVerbatimCheckpoint Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/checkpointverbatim Uploads a checkpoint for a service-managed update as a verbatim...
pulumi.pulumi_stacks_complete_update_refresh Write write 0 CompleteUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/complete Marks a service-managed update as complete. The request body must include the final statu...
pulumi.pulumi_stacks_get_engine_events_refresh Read read 0 GetEngineEvents Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/events Returns the engine events for the specified update. Engine events represent individual reso...
pulumi.pulumi_stacks_record_engine_event_refresh Write write 0 RecordEngineEvent Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/events Records a single engine event sent from the Pulumi CLI during a stack update. Engine eve...
pulumi.pulumi_stacks_record_engine_event_batch_refresh Write write 0 RecordEngineEventBatch Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/events/batch Records a batch of engine events sent from the Pulumi CLI during a stack upda...
pulumi.pulumi_stacks_create_journal_entries_refresh Write write 0 CreateJournalEntries Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/journalentries Creates new journal entries for the specified update. Journal entries record...
pulumi.pulumi_stacks_append_update_log_entry_refresh Write write 0 AppendUpdateLogEntry Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/log Appends a log entry to the specified update's log stream. Log entries are used to record...
pulumi.pulumi_stacks_renew_update_lease_refresh Write write 0 RenewUpdateLease Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/refresh/{updateID}/renew_lease Renews the lease for a service-managed update that is currently in progress. Leases ...
pulumi.pulumi_stacks_rename_stack Write write 0 RenameStack Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/rename Changes an existing stack's name to a new value. The request body must include the desired new name. The rename m...
pulumi.pulumi_stacks_get_stack_resource_count Read read 0 GetStackResourceCount Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/resources/count Returns the total number of resources currently managed by the stack, based on the most recent ...
pulumi.pulumi_stacks_get_latest_stack_resources Read read 0 GetLatestStackResources Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/resources/latest Retrieves all resources currently managed by the stack from the most recent update. Each res...
pulumi.pulumi_stacks_get_latest_stack_resource Read read 0 GetLatestStackResource Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/resources/latest/{urn} Returns detailed information about a specific resource identified by its URN from the m...
pulumi.pulumi_stacks_get_stack_resources Read read 0 GetStackResources Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/resources/{version} Retrieves all resources as they existed at a specific historical stack update version. Each res...
pulumi.pulumi_stacks_get_stack_resource Read read 0 GetStackResource Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/resources/{version}/{urn} Returns detailed information about a specific resource identified by its URN at a specific...
pulumi.pulumi_stacks_update_stack_tags Write write 0 UpdateStackTags Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/tags Replaces all tags on the specified stack with the tags provided in the request body. This is a wholesale repla...
pulumi.pulumi_stacks_add_stack_tag Write write 0 AddStackTag Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/tags Creates a new tag on the specified stack. Tags are key-value metadata pairs that can be used for organization, filt...
pulumi.pulumi_stacks_delete_stack_tag Write write 0 DeleteStackTag Official Pulumi Cloud endpoint: DELETE /api/stacks/{orgName}/{projectName}/{stackName}/tags/{tagName} Removes a specific tag from the stack, identified by the tag name in the URL path. Built-in tags (th...
pulumi.pulumi_stacks_update_stack_tag Write write 0 UpdateStackTag Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/tags/{tagName} Updates the value of an existing tag on the specified stack. The tag is identified by its name in the...
pulumi.pulumi_stacks_list_stack_teams Read read 0 ListStackTeams Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/teams Lists all teams within the organization that have been granted access to the specified stack. The response inclu...
pulumi.pulumi_stacks_transfer_stack Write write 0 TransferStack Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/transfer Transfers a stack from one organization to another. The request body must specify the destination organizatio...
pulumi.pulumi_stacks_create_update_for_update Write write 0 CreateUpdateForUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/update Creates a new standard update (pulumi up) for the given stack. A standard update deploys changes to the...
pulumi.pulumi_stacks_get_update_status_for_update Read read 0 GetUpdateStatusForUpdate Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID} Returns the current status and results of a standard (pulumi up) update, including whether...
pulumi.pulumi_stacks_start_update_for_update Write write 0 StartUpdateForUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID} Starts execution of a previously created standard (pulumi up) update. The update must have be...
pulumi.pulumi_stacks_cancel_update_update Write write 0 CancelUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/cancel Requests cancellation of a service-managed update that is currently in progress. The update mu...
pulumi.pulumi_stacks_patch_update_checkpoint_update Write write 0 PatchUpdateCheckpoint Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/checkpoint Uploads a new checkpoint (deployment state snapshot) for a service-managed updat...
pulumi.pulumi_stacks_patch_update_checkpoint_delta_update Write write 0 PatchUpdateCheckpointDelta Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/checkpointdelta Uploads a checkpoint delta for a service-managed update that is curren...
pulumi.pulumi_stacks_patch_update_verbatim_checkpoint_update Write write 0 PatchUpdateVerbatimCheckpoint Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/checkpointverbatim Uploads a checkpoint for a service-managed update as a verbatim ...
pulumi.pulumi_stacks_complete_update_update Write write 0 CompleteUpdate Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/complete Marks a service-managed update as complete. The request body must include the final status...
pulumi.pulumi_stacks_get_engine_events_update Read read 0 GetEngineEvents Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/events Returns the engine events for the specified update. Engine events represent individual resou...
pulumi.pulumi_stacks_record_engine_event_update Write write 0 RecordEngineEvent Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/events Records a single engine event sent from the Pulumi CLI during a stack update. Engine even...
pulumi.pulumi_stacks_record_engine_event_batch_update Write write 0 RecordEngineEventBatch Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/events/batch Records a batch of engine events sent from the Pulumi CLI during a stack updat...
pulumi.pulumi_stacks_create_journal_entries_update Write write 0 CreateJournalEntries Official Pulumi Cloud endpoint: PATCH /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/journalentries Creates new journal entries for the specified update. Journal entries record ...
pulumi.pulumi_stacks_append_update_log_entry_update Write write 0 AppendUpdateLogEntry Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/log Appends a log entry to the specified update's log stream. Log entries are used to record ...
pulumi.pulumi_stacks_renew_update_lease_update Write write 0 RenewUpdateLease Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/update/{updateID}/renew_lease Renews the lease for a service-managed update that is currently in progress. Leases p...
pulumi.pulumi_stacks_get_stack_updates Read read 0 GetStackUpdates Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/updates Returns the update history for a stack. Each update includes its kind (update, preview, refresh, destroy, imp...
pulumi.pulumi_stacks_get_latest_stack_update Read read 0 GetLatestStackUpdate Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/updates/latest Returns information about the most recent update to the stack, including the update kind (update,...
pulumi.pulumi_stacks_get_latest_stack_previews Read read 0 GetLatestStackPreviews Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/updates/latest/previews Returns all preview operations associated with the latest stack update version. Previe...
pulumi.pulumi_stacks_get_latest_update_timeline Read read 0 GetLatestUpdateTimeline Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/updates/latest/timeline Returns the timeline of all relevant events culminating with the most recent stack up...
pulumi.pulumi_stacks_get_stack_update Read read 0 GetStackUpdate Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/updates/{version} Returns detailed information about a specific stack update identified by its version number. The res...
pulumi.pulumi_stacks_get_stack_previews Read read 0 GetStackPreviews Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/updates/{version}/previews Returns all preview operations associated with a specific stack update version. Multiple ...
pulumi.pulumi_stacks_get_stack_update_summary Read read 0 GetStackUpdateSummary Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/updates/{version}/summary Returns a concise summary of a specific stack update by version number, including the...
pulumi.pulumi_stacks_get_update_timeline Read read 0 GetUpdateTimeline Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/updates/{version}/timeline Returns the timeline of all relevant events culminating with a specific stack update ver...
pulumi.pulumi_stacks_list_upstream_stack_references Read read 0 ListUpstreamStackReferences Official Pulumi Cloud endpoint: GET /api/stacks/{orgName}/{projectName}/{stackName}/upstreamreferences Returns all stacks that the specified stack references as dependencies in its Pulumi p...
pulumi.pulumi_stacks_get_stack_starter_workflow Write write 0 GetStackStarterWorkflow Official Pulumi Cloud endpoint: POST /api/stacks/{orgName}/{projectName}/{stackName}/workflow Generates a customized CI/CD workflow template for the specified stack. The request body must speci...
pulumi.pulumi_users_get_current_user Read read 0 GetCurrentUser Official Pulumi Cloud endpoint: GET /api/user Returns the authenticated user's profile information, including login name, display name, email, avatar URL, and organization memberships.
pulumi.pulumi_users_list_git_hub_organization_teams Read read 0 ListGitHubOrganizationTeams Official Pulumi Cloud endpoint: GET /api/user/github/{ghOrgName}/teams ListGitHubOrganizationTeams returns all GitHub teams the requesting user has access to see.
pulumi.pulumi_users_get_groups_for_git_lab_app Read read 0 GetGroupsForGitLabApp Official Pulumi Cloud endpoint: GET /api/user/gitlab-app/organizations Gets a list of GitLab groups available to be used with the Pulumi GitLab app. This endpoint explicitly denotes which groups ...
pulumi.pulumi_users_get_default_organization Read read 0 GetDefaultOrganization Official Pulumi Cloud endpoint: GET /api/user/organizations/default GetDefaultOrganization returns the default organization for the current user.
pulumi.pulumi_users_update_default_organization Write write 0 UpdateDefaultOrganization Official Pulumi Cloud endpoint: POST /api/user/organizations/{orgName}/default UpdateDefaultOrganization sets the default organization for the current user.
pulumi.pulumi_users_delete_pending_email_change Write write 0 DeletePendingEmailChange Official Pulumi Cloud endpoint: DELETE /api/user/pending-emails DeletePendingEmailChange removes the pending email change for the currently logged-in user. Deletes the pending verification onl...
pulumi.pulumi_users_get_latest_pending_email_change Read read 0 GetLatestPendingEmailChange Official Pulumi Cloud endpoint: GET /api/user/pending-emails GetLatestPendingEmailChange returns only the latest email change, that is pending. Returns a 204 if no pending email change requ...
pulumi.pulumi_users_list_user_org_invites Read read 0 ListUserOrgInvites Official Pulumi Cloud endpoint: GET /api/user/pending-invites ListUserOrgInvites lists the pending invites for the requesting user.
pulumi.pulumi_users_list_user_stacks Read read 0 ListUserStacks Official Pulumi Cloud endpoint: GET /api/user/stacks Lists all stacks accessible to the authenticated user. Results can be filtered by organization, project, and stack tags (tagName/tagValue). Supports ...
pulumi.pulumi_users_list_personal_tokens Read read 0 ListPersonalTokens Official Pulumi Cloud endpoint: GET /api/user/tokens Returns all personal access tokens for the authenticated user. Web-session generated tokens (type 'web') are excluded from the results. Each toke...
pulumi.pulumi_users_create_personal_token Write write 0 CreatePersonalToken Official Pulumi Cloud endpoint: POST /api/user/tokens Creates a new personal access token for the authenticated user. The request body includes a description for the token and an optional expiratio...
pulumi.pulumi_users_delete_personal_token Write write 0 DeletePersonalToken Official Pulumi Cloud endpoint: DELETE /api/user/tokens/{tokenId} Permanently deletes a personal access token by its identifier. The token is immediately invalidated and can no longer be used for a...
pulumi.pulumi_users_delete_identity_provider Write write 0 DeleteIdentityProvider Official Pulumi Cloud endpoint: DELETE /api/user/vcs DeleteIdentityProvider removes a VCS identity provider from the current user's account.
pulumi.pulumi_users_list_identity_provider_organizations Read read 0 ListIdentityProviderOrganizations Official Pulumi Cloud endpoint: GET /api/user/vcs/organizations ListIdentityProviderOrganizations lists all of the organizations from a backing VCS visible to the Pulumi Service for t...
pulumi.pulumi_users_sync_with_identity_provider Write write 0 SyncWithIdentityProvider Official Pulumi Cloud endpoint: POST /api/user/vcs/sync SyncWithIdentityProvider contacts the requesting user's identity provider, and updates their profile information (display name, avatar U...
pulumi.pulumi_users_get_user_has_verified_email Read read 0 GetUserHasVerifiedEmail Official Pulumi Cloud endpoint: GET /api/user/verified-email GetUserHasVerifiedEmail returns a success response if the user has a verified email, 404 not found if they are not verified