Northflank
Run AI agents, services, databases, and GPUs in secure microVMs. One governed path from commit to production, on our cloud or your own.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "NORTHFLANK_DELETE_BACKUP_DESTINATIONS_BACKUPDESTINATIONID", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("NORTHFLANK_DELETE_BACKUP_DESTINATIONS_BACKUPDESTINATIONID", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute NORTHFLANK_DELETE_BACKUP_DESTINATIONS_BACKUPDESTINATIONID --data '{ }'Tool catalog
Available tools
724 callable operations
Delete backup destinationNORTHFLANK_DELETE_BACKUP_DESTINATIONS_BACKUPDESTINATIONIDDelete a backup destination.Connection
Delete a backup destination.
Authentication
Connected account requiredTags
Delete clusterNORTHFLANK_DELETE_CLOUD_PROVIDERS_CLUSTERS_CLUSTERIDDelete the given cluster. Fails if the cluster has associated projects.Connection
Delete the given cluster. Fails if the cluster has associated projects.
Authentication
Connected account requiredTags
Delete integrationNORTHFLANK_DELETE_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONIDDelete the given integration. Fails if the integration is associated with existing clusters.Connection
Delete the given integration. Fails if the integration is associated with existing clusters.
Authentication
Connected account requiredTags
Delete domainNORTHFLANK_DELETE_DOMAINS_DOMAINDeletes a domain and each of its registered subdomains.Connection
Deletes a domain and each of its registered subdomains.
Authentication
Connected account requiredTags
Delete subdomainNORTHFLANK_DELETE_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAINRemoves a subdomain from a domain.Connection
Removes a subdomain from a domain.
Authentication
Connected account requiredTags
Unassign subdomainNORTHFLANK_DELETE_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_ASSIGNRemoves a subdomain from its assigned serviceConnection
Removes a subdomain from its assigned service
Authentication
Connected account requiredTags
Delete subdomain pathNORTHFLANK_DELETE_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATHDelete a path.Connection
Delete a path.
Authentication
Connected account requiredTags
Unassign subdomain pathNORTHFLANK_DELETE_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATH_ASSIGNUnassign a subdomain path to a port.Connection
Unassign a subdomain path to a port.
Authentication
Connected account requiredTags
Delete egress IPNORTHFLANK_DELETE_EGRESS_IPS_EGRESSIPIDDeletes the given egress IP.Connection
Deletes the given egress IP.
Authentication
Connected account requiredTags
Delete gradual rollout strategyNORTHFLANK_DELETE_GRADUAL_ROLLOUT_STRATEGIES_GRADUALROLLOUTSTRATEGYIDDeletes a gradual rollout strategy.Connection
Deletes a gradual rollout strategy.
Authentication
Connected account requiredTags
Delete log sinkNORTHFLANK_DELETE_INTEGRATIONS_LOG_SINKS_LOGSINKIDDeletes a log sink.Connection
Deletes a log sink.
Authentication
Connected account requiredTags
Delete notification integrationNORTHFLANK_DELETE_INTEGRATIONS_NOTIFICATIONS_NOTIFICATIONIDDeletes a notification integrationConnection
Deletes a notification integration
Authentication
Connected account requiredTags
Delete registryNORTHFLANK_DELETE_INTEGRATIONS_REGISTRIES_CREDENTIALIDDeletes a set of registry credential data.Connection
Deletes a set of registry credential data.
Authentication
Connected account requiredTags
Delete SSH identityNORTHFLANK_DELETE_INTEGRATIONS_SSH_IDENTITIES_IDENTITYIDDeletes an SSH identity.Connection
Deletes an SSH identity.
Authentication
Connected account requiredTags
Delete load balancerNORTHFLANK_DELETE_LOAD_BALANCERS_LOADBALANCERIDDeletes the given load balancer.Connection
Deletes the given load balancer.
Authentication
Connected account requiredTags
Remove team memberNORTHFLANK_DELETE_MEMBERS_MEMBERIDRemoves a member from a team.Connection
Removes a member from a team.
Authentication
Connected account requiredTags
Delete network policyNORTHFLANK_DELETE_NETWORK_POLICIES_NETWORKPOLICYIDDeletes a network policy and removes all associated CNPs from the cluster.Connection
Deletes a network policy and removes all associated CNPs from the cluster.
Authentication
Connected account requiredTags
Delete org roleNORTHFLANK_DELETE_ORG_ROLES_ROLEIDDeletes a platform role from the authenticated org.Connection
Deletes a platform role from the authenticated org.
Authentication
Connected account requiredTags
Remove member from org roleNORTHFLANK_DELETE_ORG_ROLES_ROLEID_MEMBERS_MEMBERIDRemoves a user from a platform role in the authenticated org.Connection
Removes a user from a platform role in the authenticated org.
Authentication
Connected account requiredTags
Delete addonNORTHFLANK_DELETE_PROJECTS_ADDONS_ADDONIDDeletes the given addon.Connection
Deletes the given addon.
Authentication
Connected account requiredTags
Delete addon backup scheduleNORTHFLANK_DELETE_PROJECTS_ADDONS_ADDONID_BACKUP_SCHEDULES_SCHEDULEIDDeletes a backup schedule for an addon.Connection
Deletes a backup schedule for an addon.
Authentication
Connected account requiredTags
Delete addon backupNORTHFLANK_DELETE_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPIDDeletes a given backupConnection
Deletes a given backup
Authentication
Connected account requiredTags
Delete external addonNORTHFLANK_DELETE_PROJECTS_EXTERNAL_ADDONS_EXTERNALADDONIDDeletes an external addon and destroys the associated cloud resourceConnection
Deletes an external addon and destroys the associated cloud resource
Authentication
Connected account requiredTags
Delete harnessNORTHFLANK_DELETE_PROJECTS_HARNESSES_HARNESSIDDeletes the given harness.Connection
Deletes the given harness.
Authentication
Connected account requiredTags
Delete jobNORTHFLANK_DELETE_PROJECTS_JOBS_JOBIDDeletes the given job.Connection
Deletes the given job.
Authentication
Connected account requiredTags
Abort job buildNORTHFLANK_DELETE_PROJECTS_JOBS_JOBID_BUILD_BUILDIDAborts the given job buildConnection
Aborts the given job build
Authentication
Connected account requiredTags
Abort job runNORTHFLANK_DELETE_PROJECTS_JOBS_JOBID_RUNS_RUNIDAborts the given job runConnection
Aborts the given job run
Authentication
Connected account requiredTags
Delete AI modelNORTHFLANK_DELETE_PROJECTS_LLM_MODEL_DEPLOYMENTS_LLMMODELDEPLOYMENTIDDelete an AI modelConnection
Delete an AI model
Authentication
Connected account requiredTags
Delete preview environmentNORTHFLANK_DELETE_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_PREVIEWS_PREVIEWIDDelete a preview environment generated by a preview template.Connection
Delete a preview environment generated by a preview template.
Authentication
Connected account requiredTags
Delete preview blueprintNORTHFLANK_DELETE_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTIDDelete a preview blueprintConnection
Delete a preview blueprint
Authentication
Connected account requiredTags
Delete preview environmentNORTHFLANK_DELETE_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWS_PREVIEWIDDelete a preview environment generated by a preview blueprint.Connection
Delete a preview environment generated by a preview blueprint.
Authentication
Connected account requiredTags
Delete projectNORTHFLANK_DELETE_PROJECTS_PROJECTIDDelete the given project. Fails if the project isn't empty.Connection
Delete the given project. Fails if the project isn't empty.
Authentication
Connected account requiredTags
Delete project secretNORTHFLANK_DELETE_PROJECTS_SECRETS_SECRETIDDelete a project secretConnection
Delete a project secret
Authentication
Connected account requiredTags
Unlink addon from project secretNORTHFLANK_DELETE_PROJECTS_SECRETS_SECRETID_ADDONS_ADDONIDUnlinks an addon from the project secret.Connection
Unlinks an addon from the project secret.
Authentication
Connected account requiredTags
Delete serviceNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEIDDeletes the given service.Connection
Deletes the given service.
Authentication
Connected account requiredTags
Abort service buildNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEID_BUILD_BUILDIDAborts the given service buildConnection
Aborts the given service build
Authentication
Connected account requiredTags
Clear the build cache of a serviceNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEID_BUILD_CACHEClears the build cache of a given combined or build service.Connection
Clears the build cache of a given combined or build service.
Authentication
Connected account requiredTags
Delete service per-replica volume groupNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEID_PER_REPLICA_VOLUMES_VOLUME_VOLUMEIDFully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.Connection
Fully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.
Authentication
Connected account requiredTags
Delete service per-replica volume PVCNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEID_PER_REPLICA_VOLUMES_VOLUME_VOLUMEID_REPLICA_ORDINALDeletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.Connection
Deletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.
Authentication
Connected account requiredTags
Delete volumeNORTHFLANK_DELETE_PROJECTS_VOLUMES_VOLUMEIDDeletes this volume and its associated data.Connection
Deletes this volume and its associated data.
Authentication
Connected account requiredTags
Delete volume backupNORTHFLANK_DELETE_PROJECTS_VOLUMES_VOLUMEID_BACKUPS_BACKUPIDDelete the volume backupConnection
Delete the volume backup
Authentication
Connected account requiredTags
Delete team roleNORTHFLANK_DELETE_ROLES_ROLEIDDeletes a platform role from a team.Connection
Deletes a platform role from a team.
Authentication
Connected account requiredTags
Remove member from team roleNORTHFLANK_DELETE_ROLES_ROLEID_MEMBERS_MEMBERIDRemoves a user from a platform role in a team.Connection
Removes a user from a platform role in a team.
Authentication
Connected account requiredTags
Delete global secretNORTHFLANK_DELETE_SECRETS_SECRETIDDelete a global secretConnection
Delete a global secret
Authentication
Connected account requiredTags
Delete tagNORTHFLANK_DELETE_TAGS_RESOURCETAGIDDelete a resource tag.Connection
Delete a resource tag.
Authentication
Connected account requiredTags
Delete templateNORTHFLANK_DELETE_TEMPLATES_TEMPLATEIDDelete a templateConnection
Delete a template
Authentication
Connected account requiredTags
Delete backup destinationNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONS_BACKUP_DESTINATION_IDDelete a backup destination.Connection
Delete a backup destination.
Authentication
Connected account requiredTags
Delete clusterNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_IDDelete the given cluster. Fails if the cluster has associated projects.Connection
Delete the given cluster. Fails if the cluster has associated projects.
Authentication
Connected account requiredTags
Delete integrationNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_IDDelete the given integration. Fails if the integration is associated with existing clusters.Connection
Delete the given integration. Fails if the integration is associated with existing clusters.
Authentication
Connected account requiredTags
Delete domainNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAINDeletes a domain and each of its registered subdomains.Connection
Deletes a domain and each of its registered subdomains.
Authentication
Connected account requiredTags
Delete subdomainNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAINRemoves a subdomain from a domain.Connection
Removes a subdomain from a domain.
Authentication
Connected account requiredTags
Unassign subdomainNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_ASSIGNRemoves a subdomain from its assigned serviceConnection
Removes a subdomain from its assigned service
Authentication
Connected account requiredTags
Delete subdomain pathNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATHDelete a path.Connection
Delete a path.
Authentication
Connected account requiredTags
Unassign subdomain pathNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATH_ASSIGNUnassign a subdomain path to a port.Connection
Unassign a subdomain path to a port.
Authentication
Connected account requiredTags
Delete egress IPNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_EGRESS_IPS_EGRESS_IP_IDDeletes the given egress IP.Connection
Deletes the given egress IP.
Authentication
Connected account requiredTags
Delete gradual rollout strategyNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_GRADUAL_ROLLOUT_STRATEGIES_GRADUAL_ROLLOUT_STRATEGY_IDDeletes a gradual rollout strategy.Connection
Deletes a gradual rollout strategy.
Authentication
Connected account requiredTags
Delete log sinkNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_IDDeletes a log sink.Connection
Deletes a log sink.
Authentication
Connected account requiredTags
Delete notification integrationNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONS_NOTIFICATION_IDDeletes a notification integrationConnection
Deletes a notification integration
Authentication
Connected account requiredTags
Delete registryNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIES_CREDENTIAL_IDDeletes a set of registry credential data.Connection
Deletes a set of registry credential data.
Authentication
Connected account requiredTags
Delete SSH identityNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIES_IDENTITY_IDDeletes an SSH identity.Connection
Deletes an SSH identity.
Authentication
Connected account requiredTags
Delete load balancerNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_LOAD_BALANCERS_LOAD_BALANCER_IDDeletes the given load balancer.Connection
Deletes the given load balancer.
Authentication
Connected account requiredTags
Delete network policyNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_NETWORK_POLICIES_NETWORK_POLICY_IDDeletes a network policy and removes all associated CNPs from the cluster.Connection
Deletes a network policy and removes all associated CNPs from the cluster.
Authentication
Connected account requiredTags
Delete projectNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_IDDelete the given project. Fails if the project isn't empty.Connection
Delete the given project. Fails if the project isn't empty.
Authentication
Connected account requiredTags
Delete addonNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_IDDeletes the given addon.Connection
Deletes the given addon.
Authentication
Connected account requiredTags
Delete addon backup scheduleNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUP_SCHEDULES_SCHEDULE_IDDeletes a backup schedule for an addon.Connection
Deletes a backup schedule for an addon.
Authentication
Connected account requiredTags
Delete addon backupNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_IDDeletes a given backupConnection
Deletes a given backup
Authentication
Connected account requiredTags
Delete external addonNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONS_EXTERNAL_ADDON_IDDeletes an external addon and destroys the associated cloud resourceConnection
Deletes an external addon and destroys the associated cloud resource
Authentication
Connected account requiredTags
Delete harnessNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_IDDeletes the given harness.Connection
Deletes the given harness.
Authentication
Connected account requiredTags
Delete jobNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_IDDeletes the given job.Connection
Deletes the given job.
Authentication
Connected account requiredTags
Abort job buildNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_BUILD_IDAborts the given job buildConnection
Aborts the given job build
Authentication
Connected account requiredTags
Abort job runNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNS_RUN_IDAborts the given job runConnection
Aborts the given job run
Authentication
Connected account requiredTags
Delete AI modelNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTS_LLM_MODEL_DEPLOYMENT_IDDelete an AI modelConnection
Delete an AI model
Authentication
Connected account requiredTags
Delete preview environmentNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_PREVIEWS_PREVIEW_IDDelete a preview environment generated by a preview template.Connection
Delete a preview environment generated by a preview template.
Authentication
Connected account requiredTags
Delete preview blueprintNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_IDDelete a preview blueprintConnection
Delete a preview blueprint
Authentication
Connected account requiredTags
Delete preview environmentNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWS_PREVIEW_IDDelete a preview environment generated by a preview blueprint.Connection
Delete a preview environment generated by a preview blueprint.
Authentication
Connected account requiredTags
Delete project secretNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_IDDelete a project secretConnection
Delete a project secret
Authentication
Connected account requiredTags
Unlink addon from project secretNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_ID_ADDONS_ADDON_IDUnlinks an addon from the project secret.Connection
Unlinks an addon from the project secret.
Authentication
Connected account requiredTags
Delete serviceNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_IDDeletes the given service.Connection
Deletes the given service.
Authentication
Connected account requiredTags
Abort service buildNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_BUILD_IDAborts the given service buildConnection
Aborts the given service build
Authentication
Connected account requiredTags
Clear the build cache of a serviceNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_CACHEClears the build cache of a given combined or build service.Connection
Clears the build cache of a given combined or build service.
Authentication
Connected account requiredTags
Delete service per-replica volume groupNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PER_REPLICA_VOLUMES_VOLUME_VOLUME_IDFully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.Connection
Fully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.
Authentication
Connected account requiredTags
Delete service per-replica volume PVCNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PER_REPLICA_VOLUMES_VOLUME_VOLUME_ID_REPLICA_ORDINALDeletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.Connection
Deletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.
Authentication
Connected account requiredTags
Delete volumeNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_IDDeletes this volume and its associated data.Connection
Deletes this volume and its associated data.
Authentication
Connected account requiredTags
Delete volume backupNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_BACKUPS_BACKUP_IDDelete the volume backupConnection
Delete the volume backup
Authentication
Connected account requiredTags
Delete global secretNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_SECRETS_SECRET_IDDelete a global secretConnection
Delete a global secret
Authentication
Connected account requiredTags
Delete tagNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_TAGS_RESOURCE_TAG_IDDelete a resource tag.Connection
Delete a resource tag.
Authentication
Connected account requiredTags
Delete templateNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_IDDelete a templateConnection
Delete a template
Authentication
Connected account requiredTags
Delete workload identityNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIES_WORKLOAD_IDENTITY_IDDeletes a workload identity.Connection
Deletes a workload identity.
Authentication
Connected account requiredTags
Delete workload identityNORTHFLANK_DELETE_WORKLOAD_IDENTITIES_WORKLOADIDENTITYIDDeletes a workload identity.Connection
Deletes a workload identity.
Authentication
Connected account requiredTags
Health checkNORTHFLANK_GETReturns api service statusConnection
Returns api service status
Authentication
Connected account requiredTags
List addon typesNORTHFLANK_GET_ADDON_TYPESGets information about the available addon typesConnection
Gets information about the available addon types
Authentication
Connected account requiredTags
Get current authentication infoNORTHFLANK_GET_AUTHReturns details about the authentication material used in this request.Connection
Returns details about the authentication material used in this request.
Authentication
Connected account requiredTags
List backup destinationsNORTHFLANK_GET_BACKUP_DESTINATIONSLists the backup destinations saved to this account. Does not display secrets.Connection
Lists the backup destinations saved to this account. Does not display secrets.
Authentication
Connected account requiredTags
Get backup destinationNORTHFLANK_GET_BACKUP_DESTINATIONS_BACKUPDESTINATIONIDView a backup destination, including secrets.Connection
View a backup destination, including secrets.
Authentication
Connected account requiredTags
List destinations backupsNORTHFLANK_GET_BACKUP_DESTINATIONS_BACKUPDESTINATIONID_BACKUPSLists the backups associated with a backup destinations.Connection
Lists the backups associated with a backup destinations.
Authentication
Connected account requiredTags
List invoicesNORTHFLANK_GET_BILLING_INVOICESLists finalized invoices.Connection
Lists finalized invoices.
Authentication
Connected account requiredTags
Get invoiceNORTHFLANK_GET_BILLING_INVOICES_INVOICEIDGets details about a given invoice.Connection
Gets details about a given invoice.
Authentication
Connected account requiredTags
List usageNORTHFLANK_GET_BILLING_USAGELists hourly usage entries.Connection
Lists hourly usage entries.
Authentication
Connected account requiredTags
Get usageNORTHFLANK_GET_BILLING_USAGE_TIMESTAMPGets usage details for a given billing hour.Connection
Gets usage details for a given billing hour.
Authentication
Connected account requiredTags
List providersNORTHFLANK_GET_CLOUD_PROVIDERSLists supported cloud providersConnection
Lists supported cloud providers
Authentication
Connected account requiredTags
List clustersNORTHFLANK_GET_CLOUD_PROVIDERS_CLUSTERSLists clusters for the authenticated user or team.Connection
Lists clusters for the authenticated user or team.
Authentication
Connected account requiredTags
Get clusterNORTHFLANK_GET_CLOUD_PROVIDERS_CLUSTERS_CLUSTERIDGet information about the given clusterConnection
Get information about the given cluster
Authentication
Connected account requiredTags
List cluster nodesNORTHFLANK_GET_CLOUD_PROVIDERS_CLUSTERS_CLUSTERID_NODESGet a list of nodes for the given clusterConnection
Get a list of nodes for the given cluster
Authentication
Connected account requiredTags
List integrationsNORTHFLANK_GET_CLOUD_PROVIDERS_INTEGRATIONSLists integrations for the authenticated user or team.Connection
Lists integrations for the authenticated user or team.
Authentication
Connected account requiredTags
Get integrationNORTHFLANK_GET_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONIDGet information about the given integrationConnection
Get information about the given integration
Authentication
Connected account requiredTags
Get workload identity provider statusNORTHFLANK_GET_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONID_WORKLOAD_IDENTITY_PROVIDERChecks whether the OIDC/workload identity provider resources have been installed on the given cloud provider integration account.Connection
Checks whether the OIDC/workload identity provider resources have been installed on the given cloud provider integration account.
Authentication
Connected account requiredTags
List provider node typesNORTHFLANK_GET_CLOUD_PROVIDERS_NODE_TYPESLists supported cloud provider node typesConnection
Lists supported cloud provider node types
Authentication
Connected account requiredTags
List provider regionsNORTHFLANK_GET_CLOUD_PROVIDERS_REGIONSLists supported cloud provider regionsConnection
Lists supported cloud provider regions
Authentication
Connected account requiredTags
List org directory groupsNORTHFLANK_GET_DIRECTORY_GROUPSLists the Directory Sync directory groups for the authenticated org.Connection
Lists the Directory Sync directory groups for the authenticated org.
Authentication
Connected account requiredTags
List directory group membersNORTHFLANK_GET_DIRECTORY_GROUPS_GROUPID_MEMBERSLists the users who are members of the org via a specific Directory Sync group.Connection
Lists the users who are members of the org via a specific Directory Sync group.
Authentication
Connected account requiredTags
Get DNS IDNORTHFLANK_GET_DNS_IDReturns the partially random string used when generating host names for the authenticated account.Connection
Returns the partially random string used when generating host names for the authenticated account.
Authentication
Connected account requiredTags
List domainsNORTHFLANK_GET_DOMAINSLists available domainsConnection
Lists available domains
Authentication
Connected account requiredTags
Get domainNORTHFLANK_GET_DOMAINS_DOMAINGets details about domainConnection
Gets details about domain
Authentication
Connected account requiredTags
Get domain certificateNORTHFLANK_GET_DOMAINS_DOMAIN_CERTIFICATERetrieve certificate data for a domain to verify its contents.Connection
Retrieve certificate data for a domain to verify its contents.
Authentication
Connected account requiredTags
Get subdomainNORTHFLANK_GET_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAINGets details about the given subdomainConnection
Gets details about the given subdomain
Authentication
Connected account requiredTags
List subdomain pathsNORTHFLANK_GET_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHSList paths for a given subdomain.Connection
List paths for a given subdomain.
Authentication
Connected account requiredTags
Get subdomain pathNORTHFLANK_GET_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATHGet subdomain path details.Connection
Get subdomain path details.
Authentication
Connected account requiredTags
List egress IPsNORTHFLANK_GET_EGRESS_IPSGets a list of egress IPs belonging to the teamConnection
Gets a list of egress IPs belonging to the team
Authentication
Connected account requiredTags
Get egress IPNORTHFLANK_GET_EGRESS_IPS_EGRESSIPIDGets information about the given egress IPConnection
Gets information about the given egress IP
Authentication
Connected account requiredTags
List log sinksNORTHFLANK_GET_INTEGRATIONS_LOG_SINKSGets a list of log sinks added to this account.Connection
Gets a list of log sinks added to this account.
Authentication
Connected account requiredTags
Get log sink detailsNORTHFLANK_GET_INTEGRATIONS_LOG_SINKS_LOGSINKIDGets details about a given log sink.Connection
Gets details about a given log sink.
Authentication
Connected account requiredTags
List notification integrationsNORTHFLANK_GET_INTEGRATIONS_NOTIFICATIONSLists notification integrations for the authenticated user or team.Connection
Lists notification integrations for the authenticated user or team.
Authentication
Connected account requiredTags
Get notification integrationNORTHFLANK_GET_INTEGRATIONS_NOTIFICATIONS_NOTIFICATIONIDGet details about a notification integration.Connection
Get details about a notification integration.
Authentication
Connected account requiredTags
List registriesNORTHFLANK_GET_INTEGRATIONS_REGISTRIESLists the container registry credentials saved to this account. Does not display secrets.Connection
Lists the container registry credentials saved to this account. Does not display secrets.
Authentication
Connected account requiredTags
Get registryNORTHFLANK_GET_INTEGRATIONS_REGISTRIES_CREDENTIALIDViews a set of registry credential data.Connection
Views a set of registry credential data.
Authentication
Connected account requiredTags
List SSH identitiesNORTHFLANK_GET_INTEGRATIONS_SSH_IDENTITIESLists the SSH identities saved to this account. Does not display SSH public keys.Connection
Lists the SSH identities saved to this account. Does not display SSH public keys.
Authentication
Connected account requiredTags
Get SSH identityNORTHFLANK_GET_INTEGRATIONS_SSH_IDENTITIES_IDENTITYIDViews SSH identity data including public keys.Connection
Views SSH identity data including public keys.
Authentication
Connected account requiredTags
List VCS providersNORTHFLANK_GET_INTEGRATIONS_VCSLists linked version control providersConnection
Lists linked version control providers
Authentication
Connected account requiredTags
Get VCS link sessionNORTHFLANK_GET_INTEGRATIONS_VCS_LINK_SESSIONS_LINKSESSIONIDGets the status of a version control link session, for polling until completion.Connection
Gets the status of a version control link session, for polling until completion.
Authentication
Connected account requiredTags
List repositoriesNORTHFLANK_GET_INTEGRATIONS_VCS_REPOSGets a list of repositories accessible to this accountConnection
Gets a list of repositories accessible to this account
Authentication
Connected account requiredTags
List branchesNORTHFLANK_GET_INTEGRATIONS_VCS_REPOS_VCSSERVICE_REPOSITORYOWNER_REPOSITORYNAME_BRANCHESGets a list of branches for the repoConnection
Gets a list of branches for the repo
Authentication
Connected account requiredTags
List load balancersNORTHFLANK_GET_LOAD_BALANCERSGets a list of load balancers belonging to the teamConnection
Gets a list of load balancers belonging to the team
Authentication
Connected account requiredTags
Get load balancerNORTHFLANK_GET_LOAD_BALANCERS_LOADBALANCERIDGets information about the given load balancerConnection
Gets information about the given load balancer
Authentication
Connected account requiredTags
Get logs for a resourceNORTHFLANK_GET_LOGSGet logs for any Northflank resourceConnection
Get logs for any Northflank resource
Authentication
Connected account requiredTags
List team membersNORTHFLANK_GET_MEMBERSGets a list of members belonging to a team.Connection
Gets a list of members belonging to a team.
Authentication
Connected account requiredTags
Get network policyNORTHFLANK_GET_NETWORK_POLICIES_NETWORKPOLICYIDGet details of a network policy.Connection
Get details of a network policy.
Authentication
Connected account requiredTags
Get OpenTofu job logsNORTHFLANK_GET_OPENTOFU_JOBS_OPENTOFUJOBID_LOGSGet logs for an OpenTofu jobConnection
Get logs for an OpenTofu job
Authentication
Connected account requiredTags
List org membersNORTHFLANK_GET_ORG_MEMBERSGets a list of members belonging to the authenticated org.Connection
Gets a list of members belonging to the authenticated org.
Authentication
Connected account requiredTags
List org rolesNORTHFLANK_GET_ORG_ROLESGets a list of platform roles for the authenticated org.Connection
Gets a list of platform roles for the authenticated org.
Authentication
Connected account requiredTags
Get org roleNORTHFLANK_GET_ORG_ROLES_ROLEIDGets details about a specific org platform role.Connection
Gets details about a specific org platform role.
Authentication
Connected account requiredTags
List org role membersNORTHFLANK_GET_ORG_ROLES_ROLEID_MEMBERSGets a list of members assigned to a platform role in the authenticated org.Connection
Gets a list of members assigned to a platform role in the authenticated org.
Authentication
Connected account requiredTags
List plansNORTHFLANK_GET_PLANSLists available billing plansConnection
Lists available billing plans
Authentication
Connected account requiredTags
List projectsNORTHFLANK_GET_PROJECTSLists projects for the authenticated user or team.Connection
Lists projects for the authenticated user or team.
Authentication
Connected account requiredTags
List addonsNORTHFLANK_GET_PROJECTS_ADDONSGets a list of addons belonging to the projectConnection
Gets a list of addons belonging to the project
Authentication
Connected account requiredTags
Get addonNORTHFLANK_GET_PROJECTS_ADDONS_ADDONIDGets information about the given addonConnection
Gets information about the given addon
Authentication
Connected account requiredTags
Get addon backup schedulesNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUP_SCHEDULESGets details about an addon's backup schedulesConnection
Gets details about an addon's backup schedules
Authentication
Connected account requiredTags
List addon backupsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPSReturns a list of backups for the given addon.Connection
Returns a list of backups for the given addon.
Authentication
Connected account requiredTags
Get addon backupNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPIDGets details about a given backup.Connection
Gets details about a given backup.
Authentication
Connected account requiredTags
Get backup download linkNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_DOWNLOAD_LINKGenerates a temporary download link for downloading the given backup.Connection
Generates a temporary download link for downloading the given backup.
Authentication
Connected account requiredTags
Get addon backup logsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_LOGSGet logs for an addon backupConnection
Get logs for an addon backup
Authentication
Connected account requiredTags
List addon backup restoresNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_RESTORESGets a list of restores for the given backup.Connection
Gets a list of restores for the given backup.
Authentication
Connected account requiredTags
Get addon restore logsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_RESTORES_RESTOREID_LOGSGet logs for an addon restoreConnection
Get logs for an addon restore
Authentication
Connected account requiredTags
List addon containersNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_CONTAINERSGets a list of containers for the given addon.Connection
Gets a list of containers for the given addon.
Authentication
Connected account requiredTags
Get addon credentialsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_CREDENTIALSReturns the credentials for connecting to the given addon.Connection
Returns the credentials for connecting to the given addon.
Authentication
Connected account requiredTags
Get addon logsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_LOGSGet logs for an addonConnection
Get logs for an addon
Authentication
Connected account requiredTags
Get addon metricsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_METRICSGet metrics for an addonConnection
Get metrics for an addon
Authentication
Connected account requiredTags
List addon restoresNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_RESTORESReturns a list of restores for the given addon.Connection
Returns a list of restores for the given addon.
Authentication
Connected account requiredTags
Get addon version detailsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_VERSIONGets details about the current addon version including available upgrades and upgrade history.Connection
Gets details about the current addon version including available upgrades and upgrade history.
Authentication
Connected account requiredTags
List external addonsNORTHFLANK_GET_PROJECTS_EXTERNAL_ADDONSGets a list of external addons belonging to the projectConnection
Gets a list of external addons belonging to the project
Authentication
Connected account requiredTags
Get external addonNORTHFLANK_GET_PROJECTS_EXTERNAL_ADDONS_EXTERNALADDONIDGets information about the given external addonConnection
Gets information about the given external addon
Authentication
Connected account requiredTags
List harnessesNORTHFLANK_GET_PROJECTS_HARNESSESGets a list of harnesses belonging to the projectConnection
Gets a list of harnesses belonging to the project
Authentication
Connected account requiredTags
Get harnessNORTHFLANK_GET_PROJECTS_HARNESSES_HARNESSIDGets information about the given harnessConnection
Gets information about the given harness
Authentication
Connected account requiredTags
Get harness logsNORTHFLANK_GET_PROJECTS_HARNESSES_HARNESSID_LOGSGet logs for a harnessConnection
Get logs for a harness
Authentication
Connected account requiredTags
List jobsNORTHFLANK_GET_PROJECTS_JOBSGets a list of jobs belonging to the projectConnection
Gets a list of jobs belonging to the project
Authentication
Connected account requiredTags
Get jobNORTHFLANK_GET_PROJECTS_JOBS_JOBIDGets information about the given jobConnection
Gets information about the given job
Authentication
Connected account requiredTags
Get job branchesNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BRANCHESGets information about the branches of the given job.Connection
Gets information about the branches of the given job.
Authentication
Connected account requiredTags
List job buildsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILDLists builds for the given job.Connection
Lists builds for the given job.
Authentication
Connected account requiredTags
Get job build argumentsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_ARGUMENTSGets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.Connection
Gets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
Authentication
Connected account requiredTags
Get job build argument detailsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_ARGUMENTS_DETAILSGet details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'Connection
Get details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'
Authentication
Connected account requiredTags
Get job buildNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_BUILDIDGets information about a build for the jobConnection
Gets information about a build for the job
Authentication
Connected account requiredTags
Get job build logsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_LOGSGet logs for a job buildConnection
Get logs for a job build
Authentication
Connected account requiredTags
Get job build metricsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_METRICSGet metrics for a job buildConnection
Get metrics for a job build
Authentication
Connected account requiredTags
List job containersNORTHFLANK_GET_PROJECTS_JOBS_JOBID_CONTAINERSGets a list of containers for the given job.Connection
Gets a list of containers for the given job.
Authentication
Connected account requiredTags
Get job deploymentNORTHFLANK_GET_PROJECTS_JOBS_JOBID_DEPLOYMENTGets information about the deployment of the given job.Connection
Gets information about the deployment of the given job.
Authentication
Connected account requiredTags
Get job health checksNORTHFLANK_GET_PROJECTS_JOBS_JOBID_HEALTH_CHECKSLists the health checks for the given job.Connection
Lists the health checks for the given job.
Authentication
Connected account requiredTags
Get job logsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_LOGSGet logs for a jobConnection
Get logs for a job
Authentication
Connected account requiredTags
Get job metricsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_METRICSGet metrics for a jobConnection
Get metrics for a job
Authentication
Connected account requiredTags
Get job pull requestsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_PULL_REQUESTSGets information about the pull-requests of the given job.Connection
Gets information about the pull-requests of the given job.
Authentication
Connected account requiredTags
Get job runsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_RUNSFetches run history for the given jobConnection
Fetches run history for the given job
Authentication
Connected account requiredTags
Get run detailsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_RUNS_RUNIDReturns data about the given job runConnection
Returns data about the given job run
Authentication
Connected account requiredTags
Get job runtime environmentNORTHFLANK_GET_PROJECTS_JOBS_JOBID_RUNTIME_ENVIRONMENTReturns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.Connection
Returns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
Authentication
Connected account requiredTags
Get job runtime environment detailsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_RUNTIME_ENVIRONMENT_DETAILSGet details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'Connection
Get details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'
Authentication
Connected account requiredTags
List AI modelsNORTHFLANK_GET_PROJECTS_LLM_MODEL_DEPLOYMENTSLists all AI models for a projectConnection
Lists all AI models for a project
Authentication
Connected account requiredTags
Get AI modelNORTHFLANK_GET_PROJECTS_LLM_MODEL_DEPLOYMENTS_LLMMODELDEPLOYMENTIDGets details about an AI modelConnection
Gets details about an AI model
Authentication
Connected account requiredTags
List pipelinesNORTHFLANK_GET_PROJECTS_PIPELINESLists all pipelines for a projectConnection
Lists all pipelines for a project
Authentication
Connected account requiredTags
Get pipelineNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEIDGet details about a pipelineConnection
Get details about a pipeline
Authentication
Connected account requiredTags
Get preview templateNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVSGet information about the given preview template.Connection
Get information about the given preview template.
Authentication
Connected account requiredTags
List preview environmentsNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_PREVIEWSGet a list of active preview environments for a templateConnection
Get a list of active preview environments for a template
Authentication
Connected account requiredTags
List preview template runsNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_RUNSGet a list of preview template runsConnection
Get a list of preview template runs
Authentication
Connected account requiredTags
Get preview template runNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_RUNS_TEMPLATERUNIDGet information about the given preview template run.Connection
Get information about the given preview template run.
Authentication
Connected account requiredTags
Get release flowNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGEGets details about a release flowConnection
Gets details about a release flow
Authentication
Connected account requiredTags
List release flow runsNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGE_RUNSLists runs of a release flowConnection
Lists runs of a release flow
Authentication
Connected account requiredTags
Get release flow run detailsNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGE_RUNS_RUNIDGet information about the given release flow runConnection
Get information about the given release flow run
Authentication
Connected account requiredTags
List preview blueprintsNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTSLists all preview blueprints for a projectConnection
Lists all preview blueprints for a project
Authentication
Connected account requiredTags
Get preview blueprintNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTIDGets details about a preview blueprintConnection
Gets details about a preview blueprint
Authentication
Connected account requiredTags
List preview environmentsNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWSGet a list of active previews for a preview blueprint.Connection
Get a list of active previews for a preview blueprint.
Authentication
Connected account requiredTags
List preview blueprint runsNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_RUNSLists runs of a previewBlueprintConnection
Lists runs of a previewBlueprint
Authentication
Connected account requiredTags
Get preview blueprint run detailsNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_RUNS_RUNIDGet information about the given preview blueprint runConnection
Get information about the given preview blueprint run
Authentication
Connected account requiredTags
Get projectNORTHFLANK_GET_PROJECTS_PROJECTIDGet information about the given projectConnection
Get information about the given project
Authentication
Connected account requiredTags
List project secretsNORTHFLANK_GET_PROJECTS_SECRETSGets a list of project secrets belonging to the projectConnection
Gets a list of project secrets belonging to the project
Authentication
Connected account requiredTags
Get project secretNORTHFLANK_GET_PROJECTS_SECRETS_SECRETIDView a project secret including its contentsConnection
View a project secret including its contents
Authentication
Connected account requiredTags
Get project secret addon link detailsNORTHFLANK_GET_PROJECTS_SECRETS_SECRETID_ADDONS_ADDONIDGet details about a given addon link.Connection
Get details about a given addon link.
Authentication
Connected account requiredTags
Get project secret detailsNORTHFLANK_GET_PROJECTS_SECRETS_SECRETID_DETAILSView a project secret with details about its linked addonsConnection
View a project secret with details about its linked addons
Authentication
Connected account requiredTags
List servicesNORTHFLANK_GET_PROJECTS_SERVICESGets a list of services belonging to the projectConnection
Gets a list of services belonging to the project
Authentication
Connected account requiredTags
Get serviceNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEIDGets information about the given service.Connection
Gets information about the given service.
Authentication
Connected account requiredTags
Get service branchesNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BRANCHESGets information about the branches of the given service.Connection
Gets information about the branches of the given service.
Authentication
Connected account requiredTags
List service buildsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILDLists the builds for the serviceConnection
Lists the builds for the service
Authentication
Connected account requiredTags
Get service build argumentsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_ARGUMENTSGets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.Connection
Gets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
Authentication
Connected account requiredTags
Get service build arguments detailsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_ARGUMENTS_DETAILSGet details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'Connection
Get details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'
Authentication
Connected account requiredTags
Get service buildNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_BUILDIDGets information about a build for the serviceConnection
Gets information about a build for the service
Authentication
Connected account requiredTags
Get service build logsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_LOGSGet logs for a service buildConnection
Get logs for a service build
Authentication
Connected account requiredTags
Get service build metricsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_METRICSGet metrics for a service buildConnection
Get metrics for a service build
Authentication
Connected account requiredTags
List service containersNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_CONTAINERSGets a list of containers for the given service.Connection
Gets a list of containers for the given service.
Authentication
Connected account requiredTags
Get service deploymentNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_DEPLOYMENTGets information about the deployment of the given service.Connection
Gets information about the deployment of the given service.
Authentication
Connected account requiredTags
Get service health checksNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_HEALTH_CHECKSLists the health checks for the given service.Connection
Lists the health checks for the given service.
Authentication
Connected account requiredTags
Get service logsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_LOGSGet logs for a serviceConnection
Get logs for a service
Authentication
Connected account requiredTags
Get service metricsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_METRICSGet metrics for a serviceConnection
Get metrics for a service
Authentication
Connected account requiredTags
Get service per-replica volumesNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_PER_REPLICA_VOLUMESLists the per-replica statefulSet volumes for the given service.Connection
Lists the per-replica statefulSet volumes for the given service.
Authentication
Connected account requiredTags
Get service portsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_PORTSLists the ports for the given service.Connection
Lists the ports for the given service.
Authentication
Connected account requiredTags
Get service pull requestsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_PULL_REQUESTSGets information about the pull-requests of the given service.Connection
Gets information about the pull-requests of the given service.
Authentication
Connected account requiredTags
Get service runtime environmentNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_RUNTIME_ENVIRONMENTGets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.Connection
Gets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
Authentication
Connected account requiredTags
Get service runtime environment detailsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_RUNTIME_ENVIRONMENT_DETAILSGet details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'Connection
Get details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'
Authentication
Connected account requiredTags
List volumesNORTHFLANK_GET_PROJECTS_VOLUMESGets a list of volumes belonging to the projectConnection
Gets a list of volumes belonging to the project
Authentication
Connected account requiredTags
Get volumeNORTHFLANK_GET_PROJECTS_VOLUMES_VOLUMEIDRetrieve a volumeConnection
Retrieve a volume
Authentication
Connected account requiredTags
Get volume backupsNORTHFLANK_GET_PROJECTS_VOLUMES_VOLUMEID_BACKUPSGet list of backups associated with a volumeConnection
Get list of backups associated with a volume
Authentication
Connected account requiredTags
Get volume backup detailsNORTHFLANK_GET_PROJECTS_VOLUMES_VOLUMEID_BACKUPS_BACKUPIDGet details for a specific volume backupConnection
Get details for a specific volume backup
Authentication
Connected account requiredTags
List workflowsNORTHFLANK_GET_PROJECTS_WORKFLOWSLists all workflows for a projectConnection
Lists all workflows for a project
Authentication
Connected account requiredTags
Get workflowNORTHFLANK_GET_PROJECTS_WORKFLOWS_WORKFLOWIDGets details about a workflowConnection
Gets details about a workflow
Authentication
Connected account requiredTags
List workflow runsNORTHFLANK_GET_PROJECTS_WORKFLOWS_WORKFLOWID_RUNSLists runs of a workflowConnection
Lists runs of a workflow
Authentication
Connected account requiredTags
Get workflow run detailsNORTHFLANK_GET_PROJECTS_WORKFLOWS_WORKFLOWID_RUNS_RUNIDGet information about the given workflow runConnection
Get information about the given workflow run
Authentication
Connected account requiredTags
List regionsNORTHFLANK_GET_REGIONSLists available project regionsConnection
Lists available project regions
Authentication
Connected account requiredTags
List team rolesNORTHFLANK_GET_ROLESGets a list of platform roles for a team.Connection
Gets a list of platform roles for a team.
Authentication
Connected account requiredTags
Get team roleNORTHFLANK_GET_ROLES_ROLEIDGets details about a specific platform role.Connection
Gets details about a specific platform role.
Authentication
Connected account requiredTags
List team role membersNORTHFLANK_GET_ROLES_ROLEID_MEMBERSGets a list of members assigned to a platform role in a team.Connection
Gets a list of members assigned to a platform role in a team.
Authentication
Connected account requiredTags
List global secretsNORTHFLANK_GET_SECRETSGets a list of global secretsConnection
Gets a list of global secrets
Authentication
Connected account requiredTags
Get global secretNORTHFLANK_GET_SECRETS_SECRETIDGet a global secret including its contentsConnection
Get a global secret including its contents
Authentication
Connected account requiredTags
List tagsNORTHFLANK_GET_TAGSList the resource tags for this entity.Connection
List the resource tags for this entity.
Authentication
Connected account requiredTags
Get tagNORTHFLANK_GET_TAGS_RESOURCETAGIDView details for a given resource tag.Connection
View details for a given resource tag.
Authentication
Connected account requiredTags
List teamsNORTHFLANK_GET_TEAMSGets a list of teams belonging to the authenticated org.Connection
Gets a list of teams belonging to the authenticated org.
Authentication
Connected account requiredTags
Get teamNORTHFLANK_GET_TEAMS_TEAMIDGets information about a team belonging to the authenticated org.Connection
Gets information about a team belonging to the authenticated org.
Authentication
Connected account requiredTags
List templatesNORTHFLANK_GET_TEMPLATESGet a list of templatesConnection
Get a list of templates
Authentication
Connected account requiredTags
Get templateNORTHFLANK_GET_TEMPLATES_TEMPLATEIDGet information about the given template.Connection
Get information about the given template.
Authentication
Connected account requiredTags
List template runsNORTHFLANK_GET_TEMPLATES_TEMPLATEID_RUNSGet a list of template runsConnection
Get a list of template runs
Authentication
Connected account requiredTags
Get template runNORTHFLANK_GET_TEMPLATES_TEMPLATEID_RUNS_TEMPLATERUNIDGet information about the given template run.Connection
Get information about the given template run.
Authentication
Connected account requiredTags
List API tokensNORTHFLANK_GET_TOKENSLists API tokens belonging to the authenticated org or team, newest first. Only active tokens are returned unless the `all` query parameter is set.Connection
Lists API tokens belonging to the authenticated org or team, newest first. Only active tokens are returned unless the `all` query parameter is set.
Authentication
Connected account requiredTags
List backup destinationsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONSLists the backup destinations saved to this account. Does not display secrets.Connection
Lists the backup destinations saved to this account. Does not display secrets.
Authentication
Connected account requiredTags
Get backup destinationNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONS_BACKUP_DESTINATION_IDView a backup destination, including secrets.Connection
View a backup destination, including secrets.
Authentication
Connected account requiredTags
List destinations backupsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONS_BACKUP_DESTINATION_ID_BACKUPSLists the backups associated with a backup destinations.Connection
Lists the backups associated with a backup destinations.
Authentication
Connected account requiredTags
List invoicesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BILLING_INVOICESLists finalized invoices.Connection
Lists finalized invoices.
Authentication
Connected account requiredTags
Get invoiceNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BILLING_INVOICES_INVOICE_IDGets details about a given invoice.Connection
Gets details about a given invoice.
Authentication
Connected account requiredTags
List usageNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BILLING_USAGELists hourly usage entries.Connection
Lists hourly usage entries.
Authentication
Connected account requiredTags
Get usageNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BILLING_USAGE_TIMESTAMPGets usage details for a given billing hour.Connection
Gets usage details for a given billing hour.
Authentication
Connected account requiredTags
List clustersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERSLists clusters for the authenticated user or team.Connection
Lists clusters for the authenticated user or team.
Authentication
Connected account requiredTags
Get clusterNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_IDGet information about the given clusterConnection
Get information about the given cluster
Authentication
Connected account requiredTags
List cluster nodesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_ID_NODESGet a list of nodes for the given clusterConnection
Get a list of nodes for the given cluster
Authentication
Connected account requiredTags
List integrationsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONSLists integrations for the authenticated user or team.Connection
Lists integrations for the authenticated user or team.
Authentication
Connected account requiredTags
Get integrationNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_IDGet information about the given integrationConnection
Get information about the given integration
Authentication
Connected account requiredTags
Get workload identity provider statusNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_ID_WORKLOAD_IDENTITY_PROVIDERChecks whether the OIDC/workload identity provider resources have been installed on the given cloud provider integration account.Connection
Checks whether the OIDC/workload identity provider resources have been installed on the given cloud provider integration account.
Authentication
Connected account requiredTags
Get DNS IDNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DNS_IDReturns the partially random string used when generating host names for the authenticated account.Connection
Returns the partially random string used when generating host names for the authenticated account.
Authentication
Connected account requiredTags
List domainsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINSLists available domainsConnection
Lists available domains
Authentication
Connected account requiredTags
Get domainNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAINGets details about domainConnection
Gets details about domain
Authentication
Connected account requiredTags
Get domain certificateNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_CERTIFICATERetrieve certificate data for a domain to verify its contents.Connection
Retrieve certificate data for a domain to verify its contents.
Authentication
Connected account requiredTags
Get subdomainNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAINGets details about the given subdomainConnection
Gets details about the given subdomain
Authentication
Connected account requiredTags
List subdomain pathsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHSList paths for a given subdomain.Connection
List paths for a given subdomain.
Authentication
Connected account requiredTags
Get subdomain pathNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATHGet subdomain path details.Connection
Get subdomain path details.
Authentication
Connected account requiredTags
List egress IPsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_EGRESS_IPSGets a list of egress IPs belonging to the teamConnection
Gets a list of egress IPs belonging to the team
Authentication
Connected account requiredTags
Get egress IPNORTHFLANK_GET_V1_TEAMS_TEAM_ID_EGRESS_IPS_EGRESS_IP_IDGets information about the given egress IPConnection
Gets information about the given egress IP
Authentication
Connected account requiredTags
List log sinksNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKSGets a list of log sinks added to this account.Connection
Gets a list of log sinks added to this account.
Authentication
Connected account requiredTags
Get log sink detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_IDGets details about a given log sink.Connection
Gets details about a given log sink.
Authentication
Connected account requiredTags
List notification integrationsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONSLists notification integrations for the authenticated user or team.Connection
Lists notification integrations for the authenticated user or team.
Authentication
Connected account requiredTags
Get notification integrationNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONS_NOTIFICATION_IDGet details about a notification integration.Connection
Get details about a notification integration.
Authentication
Connected account requiredTags
List registriesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIESLists the container registry credentials saved to this account. Does not display secrets.Connection
Lists the container registry credentials saved to this account. Does not display secrets.
Authentication
Connected account requiredTags
Get registryNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIES_CREDENTIAL_IDViews a set of registry credential data.Connection
Views a set of registry credential data.
Authentication
Connected account requiredTags
List SSH identitiesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIESLists the SSH identities saved to this account. Does not display SSH public keys.Connection
Lists the SSH identities saved to this account. Does not display SSH public keys.
Authentication
Connected account requiredTags
Get SSH identityNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIES_IDENTITY_IDViews SSH identity data including public keys.Connection
Views SSH identity data including public keys.
Authentication
Connected account requiredTags
List VCS providersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCSLists linked version control providersConnection
Lists linked version control providers
Authentication
Connected account requiredTags
Get VCS link sessionNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_LINK_SESSIONS_LINK_SESSION_IDGets the status of a version control link session, for polling until completion.Connection
Gets the status of a version control link session, for polling until completion.
Authentication
Connected account requiredTags
List repositoriesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_REPOSGets a list of repositories accessible to this accountConnection
Gets a list of repositories accessible to this account
Authentication
Connected account requiredTags
List branchesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_REPOS_VCS_SERVICE_REPOSITORY_OWNER_REPOSITORY_NAME_BRANCHESGets a list of branches for the repoConnection
Gets a list of branches for the repo
Authentication
Connected account requiredTags
List load balancersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_LOAD_BALANCERSGets a list of load balancers belonging to the teamConnection
Gets a list of load balancers belonging to the team
Authentication
Connected account requiredTags
Get load balancerNORTHFLANK_GET_V1_TEAMS_TEAM_ID_LOAD_BALANCERS_LOAD_BALANCER_IDGets information about the given load balancerConnection
Gets information about the given load balancer
Authentication
Connected account requiredTags
Get logs for a resourceNORTHFLANK_GET_V1_TEAMS_TEAM_ID_LOGSGet logs for any Northflank resourceConnection
Get logs for any Northflank resource
Authentication
Connected account requiredTags
Get network policyNORTHFLANK_GET_V1_TEAMS_TEAM_ID_NETWORK_POLICIES_NETWORK_POLICY_IDGet details of a network policy.Connection
Get details of a network policy.
Authentication
Connected account requiredTags
Get OpenTofu job logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_OPENTOFU_JOBS_OPENTOFU_JOB_ID_LOGSGet logs for an OpenTofu jobConnection
Get logs for an OpenTofu job
Authentication
Connected account requiredTags
List projectsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTSLists projects for the authenticated user or team.Connection
Lists projects for the authenticated user or team.
Authentication
Connected account requiredTags
Get projectNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_IDGet information about the given projectConnection
Get information about the given project
Authentication
Connected account requiredTags
List addonsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONSGets a list of addons belonging to the projectConnection
Gets a list of addons belonging to the project
Authentication
Connected account requiredTags
Get addonNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_IDGets information about the given addonConnection
Gets information about the given addon
Authentication
Connected account requiredTags
Get addon backup schedulesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUP_SCHEDULESGets details about an addon's backup schedulesConnection
Gets details about an addon's backup schedules
Authentication
Connected account requiredTags
List addon backupsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPSReturns a list of backups for the given addon.Connection
Returns a list of backups for the given addon.
Authentication
Connected account requiredTags
Get addon backupNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_IDGets details about a given backup.Connection
Gets details about a given backup.
Authentication
Connected account requiredTags
Get backup download linkNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_DOWNLOAD_LINKGenerates a temporary download link for downloading the given backup.Connection
Generates a temporary download link for downloading the given backup.
Authentication
Connected account requiredTags
Get addon backup logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_LOGSGet logs for an addon backupConnection
Get logs for an addon backup
Authentication
Connected account requiredTags
List addon backup restoresNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_RESTORESGets a list of restores for the given backup.Connection
Gets a list of restores for the given backup.
Authentication
Connected account requiredTags
Get addon restore logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_RESTORES_RESTORE_ID_LOGSGet logs for an addon restoreConnection
Get logs for an addon restore
Authentication
Connected account requiredTags
List addon containersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_CONTAINERSGets a list of containers for the given addon.Connection
Gets a list of containers for the given addon.
Authentication
Connected account requiredTags
Get addon credentialsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_CREDENTIALSReturns the credentials for connecting to the given addon.Connection
Returns the credentials for connecting to the given addon.
Authentication
Connected account requiredTags
Get addon logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_LOGSGet logs for an addonConnection
Get logs for an addon
Authentication
Connected account requiredTags
Get addon metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_METRICSGet metrics for an addonConnection
Get metrics for an addon
Authentication
Connected account requiredTags
List addon restoresNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_RESTORESReturns a list of restores for the given addon.Connection
Returns a list of restores for the given addon.
Authentication
Connected account requiredTags
Get addon version detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_VERSIONGets details about the current addon version including available upgrades and upgrade history.Connection
Gets details about the current addon version including available upgrades and upgrade history.
Authentication
Connected account requiredTags
List external addonsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONSGets a list of external addons belonging to the projectConnection
Gets a list of external addons belonging to the project
Authentication
Connected account requiredTags
Get external addonNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONS_EXTERNAL_ADDON_IDGets information about the given external addonConnection
Gets information about the given external addon
Authentication
Connected account requiredTags
List harnessesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSESGets a list of harnesses belonging to the projectConnection
Gets a list of harnesses belonging to the project
Authentication
Connected account requiredTags
Get harnessNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_IDGets information about the given harnessConnection
Gets information about the given harness
Authentication
Connected account requiredTags
Get harness logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_ID_LOGSGet logs for a harnessConnection
Get logs for a harness
Authentication
Connected account requiredTags
List jobsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBSGets a list of jobs belonging to the projectConnection
Gets a list of jobs belonging to the project
Authentication
Connected account requiredTags
Get jobNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_IDGets information about the given jobConnection
Gets information about the given job
Authentication
Connected account requiredTags
Get job branchesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BRANCHESGets information about the branches of the given job.Connection
Gets information about the branches of the given job.
Authentication
Connected account requiredTags
List job buildsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILDLists builds for the given job.Connection
Lists builds for the given job.
Authentication
Connected account requiredTags
Get job build argumentsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_ARGUMENTSGets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.Connection
Gets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
Authentication
Connected account requiredTags
Get job build argument detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_ARGUMENTS_DETAILSGet details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'Connection
Get details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'
Authentication
Connected account requiredTags
Get job buildNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_BUILD_IDGets information about a build for the jobConnection
Gets information about a build for the job
Authentication
Connected account requiredTags
Get job build logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_LOGSGet logs for a job buildConnection
Get logs for a job build
Authentication
Connected account requiredTags
Get job build metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_METRICSGet metrics for a job buildConnection
Get metrics for a job build
Authentication
Connected account requiredTags
List job containersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_CONTAINERSGets a list of containers for the given job.Connection
Gets a list of containers for the given job.
Authentication
Connected account requiredTags
Get job deploymentNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_DEPLOYMENTGets information about the deployment of the given job.Connection
Gets information about the deployment of the given job.
Authentication
Connected account requiredTags
Get job health checksNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_HEALTH_CHECKSLists the health checks for the given job.Connection
Lists the health checks for the given job.
Authentication
Connected account requiredTags
Get job logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_LOGSGet logs for a jobConnection
Get logs for a job
Authentication
Connected account requiredTags
Get job metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_METRICSGet metrics for a jobConnection
Get metrics for a job
Authentication
Connected account requiredTags
Get job pull requestsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_PULL_REQUESTSGets information about the pull-requests of the given job.Connection
Gets information about the pull-requests of the given job.
Authentication
Connected account requiredTags
Get job runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNSFetches run history for the given jobConnection
Fetches run history for the given job
Authentication
Connected account requiredTags
Get run detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNS_RUN_IDReturns data about the given job runConnection
Returns data about the given job run
Authentication
Connected account requiredTags
Get job runtime environmentNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNTIME_ENVIRONMENTReturns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.Connection
Returns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
Authentication
Connected account requiredTags
Get job runtime environment detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNTIME_ENVIRONMENT_DETAILSGet details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'Connection
Get details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'
Authentication
Connected account requiredTags
List AI modelsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTSLists all AI models for a projectConnection
Lists all AI models for a project
Authentication
Connected account requiredTags
Get AI modelNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTS_LLM_MODEL_DEPLOYMENT_IDGets details about an AI modelConnection
Gets details about an AI model
Authentication
Connected account requiredTags
List pipelinesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINESLists all pipelines for a projectConnection
Lists all pipelines for a project
Authentication
Connected account requiredTags
Get pipelineNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_IDGet details about a pipelineConnection
Get details about a pipeline
Authentication
Connected account requiredTags
Get preview templateNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVSGet information about the given preview template.Connection
Get information about the given preview template.
Authentication
Connected account requiredTags
List preview environmentsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_PREVIEWSGet a list of active preview environments for a templateConnection
Get a list of active preview environments for a template
Authentication
Connected account requiredTags
List preview template runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_RUNSGet a list of preview template runsConnection
Get a list of preview template runs
Authentication
Connected account requiredTags
Get preview template runNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_RUNS_TEMPLATE_RUN_IDGet information about the given preview template run.Connection
Get information about the given preview template run.
Authentication
Connected account requiredTags
Get release flowNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGEGets details about a release flowConnection
Gets details about a release flow
Authentication
Connected account requiredTags
List release flow runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGE_RUNSLists runs of a release flowConnection
Lists runs of a release flow
Authentication
Connected account requiredTags
Get release flow run detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGE_RUNS_RUN_IDGet information about the given release flow runConnection
Get information about the given release flow run
Authentication
Connected account requiredTags
List preview blueprintsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTSLists all preview blueprints for a projectConnection
Lists all preview blueprints for a project
Authentication
Connected account requiredTags
Get preview blueprintNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_IDGets details about a preview blueprintConnection
Gets details about a preview blueprint
Authentication
Connected account requiredTags
List preview environmentsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWSGet a list of active previews for a preview blueprint.Connection
Get a list of active previews for a preview blueprint.
Authentication
Connected account requiredTags
List preview blueprint runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_RUNSLists runs of a previewBlueprintConnection
Lists runs of a previewBlueprint
Authentication
Connected account requiredTags
Get preview blueprint run detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_RUNS_RUN_IDGet information about the given preview blueprint runConnection
Get information about the given preview blueprint run
Authentication
Connected account requiredTags
List project secretsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETSGets a list of project secrets belonging to the projectConnection
Gets a list of project secrets belonging to the project
Authentication
Connected account requiredTags
Get project secretNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_IDView a project secret including its contentsConnection
View a project secret including its contents
Authentication
Connected account requiredTags
Get project secret addon link detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_ID_ADDONS_ADDON_IDGet details about a given addon link.Connection
Get details about a given addon link.
Authentication
Connected account requiredTags
Get project secret detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_ID_DETAILSView a project secret with details about its linked addonsConnection
View a project secret with details about its linked addons
Authentication
Connected account requiredTags
List servicesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICESGets a list of services belonging to the projectConnection
Gets a list of services belonging to the project
Authentication
Connected account requiredTags
Get serviceNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_IDGets information about the given service.Connection
Gets information about the given service.
Authentication
Connected account requiredTags
Get service branchesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BRANCHESGets information about the branches of the given service.Connection
Gets information about the branches of the given service.
Authentication
Connected account requiredTags
List service buildsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILDLists the builds for the serviceConnection
Lists the builds for the service
Authentication
Connected account requiredTags
Get service build argumentsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_ARGUMENTSGets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.Connection
Gets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
Authentication
Connected account requiredTags
Get service build arguments detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_ARGUMENTS_DETAILSGet details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'Connection
Get details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'
Authentication
Connected account requiredTags
Get service buildNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_BUILD_IDGets information about a build for the serviceConnection
Gets information about a build for the service
Authentication
Connected account requiredTags
Get service build logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_LOGSGet logs for a service buildConnection
Get logs for a service build
Authentication
Connected account requiredTags
Get service build metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_METRICSGet metrics for a service buildConnection
Get metrics for a service build
Authentication
Connected account requiredTags
List service containersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_CONTAINERSGets a list of containers for the given service.Connection
Gets a list of containers for the given service.
Authentication
Connected account requiredTags
Get service deploymentNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_DEPLOYMENTGets information about the deployment of the given service.Connection
Gets information about the deployment of the given service.
Authentication
Connected account requiredTags
Get service health checksNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_HEALTH_CHECKSLists the health checks for the given service.Connection
Lists the health checks for the given service.
Authentication
Connected account requiredTags
Get service logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_LOGSGet logs for a serviceConnection
Get logs for a service
Authentication
Connected account requiredTags
Get service metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_METRICSGet metrics for a serviceConnection
Get metrics for a service
Authentication
Connected account requiredTags
Get service per-replica volumesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PER_REPLICA_VOLUMESLists the per-replica statefulSet volumes for the given service.Connection
Lists the per-replica statefulSet volumes for the given service.
Authentication
Connected account requiredTags
Get service portsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PORTSLists the ports for the given service.Connection
Lists the ports for the given service.
Authentication
Connected account requiredTags
Get service pull requestsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PULL_REQUESTSGets information about the pull-requests of the given service.Connection
Gets information about the pull-requests of the given service.
Authentication
Connected account requiredTags
Get service runtime environmentNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RUNTIME_ENVIRONMENTGets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.Connection
Gets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
Authentication
Connected account requiredTags
Get service runtime environment detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RUNTIME_ENVIRONMENT_DETAILSGet details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'Connection
Get details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'
Authentication
Connected account requiredTags
List volumesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMESGets a list of volumes belonging to the projectConnection
Gets a list of volumes belonging to the project
Authentication
Connected account requiredTags
Get volumeNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_IDRetrieve a volumeConnection
Retrieve a volume
Authentication
Connected account requiredTags
Get volume backupsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_BACKUPSGet list of backups associated with a volumeConnection
Get list of backups associated with a volume
Authentication
Connected account requiredTags
Get volume backup detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_BACKUPS_BACKUP_IDGet details for a specific volume backupConnection
Get details for a specific volume backup
Authentication
Connected account requiredTags
List workflowsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWSLists all workflows for a projectConnection
Lists all workflows for a project
Authentication
Connected account requiredTags
Get workflowNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_IDGets details about a workflowConnection
Gets details about a workflow
Authentication
Connected account requiredTags
List workflow runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_ID_RUNSLists runs of a workflowConnection
Lists runs of a workflow
Authentication
Connected account requiredTags
Get workflow run detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_ID_RUNS_RUN_IDGet information about the given workflow runConnection
Get information about the given workflow run
Authentication
Connected account requiredTags
List global secretsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_SECRETSGets a list of global secretsConnection
Gets a list of global secrets
Authentication
Connected account requiredTags
Get global secretNORTHFLANK_GET_V1_TEAMS_TEAM_ID_SECRETS_SECRET_IDGet a global secret including its contentsConnection
Get a global secret including its contents
Authentication
Connected account requiredTags
List tagsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TAGSList the resource tags for this entity.Connection
List the resource tags for this entity.
Authentication
Connected account requiredTags
Get tagNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TAGS_RESOURCE_TAG_IDView details for a given resource tag.Connection
View details for a given resource tag.
Authentication
Connected account requiredTags
List templatesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TEMPLATESGet a list of templatesConnection
Get a list of templates
Authentication
Connected account requiredTags
Get templateNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_IDGet information about the given template.Connection
Get information about the given template.
Authentication
Connected account requiredTags
List template runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_ID_RUNSGet a list of template runsConnection
Get a list of template runs
Authentication
Connected account requiredTags
Get template runNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_ID_RUNS_TEMPLATE_RUN_IDGet information about the given template run.Connection
Get information about the given template run.
Authentication
Connected account requiredTags
List API tokensNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TOKENSLists API tokens belonging to the authenticated org or team, newest first. Only active tokens are returned unless the `all` query parameter is set.Connection
Lists API tokens belonging to the authenticated org or team, newest first. Only active tokens are returned unless the `all` query parameter is set.
Authentication
Connected account requiredTags
List workload identitiesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIESLists the workload identities saved to this account.Connection
Lists the workload identities saved to this account.
Authentication
Connected account requiredTags
Get workload identityNORTHFLANK_GET_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIES_WORKLOAD_IDENTITY_IDRetrieves a workload identity by ID.Connection
Retrieves a workload identity by ID.
Authentication
Connected account requiredTags
List workload identitiesNORTHFLANK_GET_WORKLOAD_IDENTITIESLists the workload identities saved to this account.Connection
Lists the workload identities saved to this account.
Authentication
Connected account requiredTags
Get workload identityNORTHFLANK_GET_WORKLOAD_IDENTITIES_WORKLOADIDENTITYIDRetrieves a workload identity by ID.Connection
Retrieves a workload identity by ID.
Authentication
Connected account requiredTags
Patch backup destinationNORTHFLANK_PATCH_BACKUP_DESTINATIONS_BACKUPDESTINATIONIDUpdates a backup destination.Connection
Updates a backup destination.
Authentication
Connected account requiredTags
Patch clusterNORTHFLANK_PATCH_CLOUD_PROVIDERS_CLUSTERS_CLUSTERIDUpdates a cluster.Connection
Updates a cluster.
Authentication
Connected account requiredTags
Patch integrationNORTHFLANK_PATCH_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONIDUpdates a integration.Connection
Updates a integration.
Authentication
Connected account requiredTags
Update geo routing configurationNORTHFLANK_PATCH_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_GEO_ROUTINGUpdates the geo routing configuration for a geo-routed subdomain.Connection
Updates the geo routing configuration for a geo-routed subdomain.
Authentication
Connected account requiredTags
Patch egress IPNORTHFLANK_PATCH_EGRESS_IPS_EGRESSIPIDUpdates an egress IPConnection
Updates an egress IP
Authentication
Connected account requiredTags
Update gradual rollout strategyNORTHFLANK_PATCH_GRADUAL_ROLLOUT_STRATEGIES_GRADUALROLLOUTSTRATEGYIDUpdates a gradual rollout strategy.Connection
Updates a gradual rollout strategy.
Authentication
Connected account requiredTags
Update registryNORTHFLANK_PATCH_INTEGRATIONS_REGISTRIES_CREDENTIALIDUpdates a set of registry credential data.Connection
Updates a set of registry credential data.
Authentication
Connected account requiredTags
Update SSH identityNORTHFLANK_PATCH_INTEGRATIONS_SSH_IDENTITIES_IDENTITYIDUpdates SSH identity data.Connection
Updates SSH identity data.
Authentication
Connected account requiredTags
Patch load balancerNORTHFLANK_PATCH_LOAD_BALANCERS_LOADBALANCERIDUpdates a load balancerConnection
Updates a load balancer
Authentication
Connected account requiredTags
Update network policyNORTHFLANK_PATCH_NETWORK_POLICIES_NETWORKPOLICYIDUpdates an existing network policy.Connection
Updates an existing network policy.
Authentication
Connected account requiredTags
Update org roleNORTHFLANK_PATCH_ORG_ROLES_ROLEIDPartially updates a platform role for the authenticated org.Connection
Partially updates a platform role for the authenticated org.
Authentication
Connected account requiredTags
Patch addonNORTHFLANK_PATCH_PROJECTS_ADDONS_ADDONIDUpdates an addonConnection
Updates an addon
Authentication
Connected account requiredTags
Update external addonNORTHFLANK_PATCH_PROJECTS_EXTERNAL_ADDONS_EXTERNALADDONIDUpdates configuration for an external addonConnection
Updates configuration for an external addon
Authentication
Connected account requiredTags
Patch harnessNORTHFLANK_PATCH_PROJECTS_HARNESSES_HARNESSIDUpdates a harnessConnection
Updates a harness
Authentication
Connected account requiredTags
Patch cron jobNORTHFLANK_PATCH_PROJECTS_JOBS_CRON_JOBIDUpdates a cron jobConnection
Updates a cron job
Authentication
Connected account requiredTags
Patch jobNORTHFLANK_PATCH_PROJECTS_JOBS_JOBIDUpdates a job (manual or cron based on current type and settings.cron)Connection
Updates a job (manual or cron based on current type and settings.cron)
Authentication
Connected account requiredTags
Patch manual jobNORTHFLANK_PATCH_PROJECTS_JOBS_MANUAL_JOBIDUpdates a new manual job that only runs when initiated via the UI, CLI, API or JS client.Connection
Updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
Authentication
Connected account requiredTags
Update projectNORTHFLANK_PATCH_PROJECTS_PROJECTIDUpdates a project.Connection
Updates a project.
Authentication
Connected account requiredTags
Patch project secretNORTHFLANK_PATCH_PROJECTS_SECRETS_SECRETIDUpdates a project secret with the specified payloadConnection
Updates a project secret with the specified payload
Authentication
Connected account requiredTags
Patch build serviceNORTHFLANK_PATCH_PROJECTS_SERVICES_BUILD_SERVICEIDUpdates a build service.Connection
Updates a build service.
Authentication
Connected account requiredTags
Patch combined serviceNORTHFLANK_PATCH_PROJECTS_SERVICES_COMBINED_SERVICEIDUpdates a combined service.Connection
Updates a combined service.
Authentication
Connected account requiredTags
Patch deployment serviceNORTHFLANK_PATCH_PROJECTS_SERVICES_DEPLOYMENT_SERVICEIDUpdates a deployment service.Connection
Updates a deployment service.
Authentication
Connected account requiredTags
Update team roleNORTHFLANK_PATCH_ROLES_ROLEIDUpdates a platform role for a team.Connection
Updates a platform role for a team.
Authentication
Connected account requiredTags
Patch global secretNORTHFLANK_PATCH_SECRETS_SECRETIDUpdates a global secret with the specified payloadConnection
Updates a global secret with the specified payload
Authentication
Connected account requiredTags
Update tagNORTHFLANK_PATCH_TAGS_RESOURCETAGIDPatch a resource tag.Connection
Patch a resource tag.
Authentication
Connected account requiredTags
Update teamNORTHFLANK_PATCH_TEAMS_TEAMIDUpdates the description of a team belonging to the authenticated org.Connection
Updates the description of a team belonging to the authenticated org.
Authentication
Connected account requiredTags
Patch backup destinationNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONS_BACKUP_DESTINATION_IDUpdates a backup destination.Connection
Updates a backup destination.
Authentication
Connected account requiredTags
Patch clusterNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_IDUpdates a cluster.Connection
Updates a cluster.
Authentication
Connected account requiredTags
Patch integrationNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_IDUpdates a integration.Connection
Updates a integration.
Authentication
Connected account requiredTags
Update geo routing configurationNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_GEO_ROUTINGUpdates the geo routing configuration for a geo-routed subdomain.Connection
Updates the geo routing configuration for a geo-routed subdomain.
Authentication
Connected account requiredTags
Patch egress IPNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_EGRESS_IPS_EGRESS_IP_IDUpdates an egress IPConnection
Updates an egress IP
Authentication
Connected account requiredTags
Update gradual rollout strategyNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_GRADUAL_ROLLOUT_STRATEGIES_GRADUAL_ROLLOUT_STRATEGY_IDUpdates a gradual rollout strategy.Connection
Updates a gradual rollout strategy.
Authentication
Connected account requiredTags
Update registryNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIES_CREDENTIAL_IDUpdates a set of registry credential data.Connection
Updates a set of registry credential data.
Authentication
Connected account requiredTags
Update SSH identityNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIES_IDENTITY_IDUpdates SSH identity data.Connection
Updates SSH identity data.
Authentication
Connected account requiredTags
Patch load balancerNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_LOAD_BALANCERS_LOAD_BALANCER_IDUpdates a load balancerConnection
Updates a load balancer
Authentication
Connected account requiredTags
Update network policyNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_NETWORK_POLICIES_NETWORK_POLICY_IDUpdates an existing network policy.Connection
Updates an existing network policy.
Authentication
Connected account requiredTags
Update projectNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_IDUpdates a project.Connection
Updates a project.
Authentication
Connected account requiredTags
Patch addonNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_IDUpdates an addonConnection
Updates an addon
Authentication
Connected account requiredTags
Update external addonNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONS_EXTERNAL_ADDON_IDUpdates configuration for an external addonConnection
Updates configuration for an external addon
Authentication
Connected account requiredTags
Patch harnessNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_IDUpdates a harnessConnection
Updates a harness
Authentication
Connected account requiredTags
Patch cron jobNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_CRON_JOB_IDUpdates a cron jobConnection
Updates a cron job
Authentication
Connected account requiredTags
Patch jobNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_IDUpdates a job (manual or cron based on current type and settings.cron)Connection
Updates a job (manual or cron based on current type and settings.cron)
Authentication
Connected account requiredTags
Patch manual jobNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_MANUAL_JOB_IDUpdates a new manual job that only runs when initiated via the UI, CLI, API or JS client.Connection
Updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
Authentication
Connected account requiredTags
Patch project secretNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_IDUpdates a project secret with the specified payloadConnection
Updates a project secret with the specified payload
Authentication
Connected account requiredTags
Patch build serviceNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_BUILD_SERVICE_IDUpdates a build service.Connection
Updates a build service.
Authentication
Connected account requiredTags
Patch combined serviceNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_COMBINED_SERVICE_IDUpdates a combined service.Connection
Updates a combined service.
Authentication
Connected account requiredTags
Patch deployment serviceNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_DEPLOYMENT_SERVICE_IDUpdates a deployment service.Connection
Updates a deployment service.
Authentication
Connected account requiredTags
Patch global secretNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_SECRETS_SECRET_IDUpdates a global secret with the specified payloadConnection
Updates a global secret with the specified payload
Authentication
Connected account requiredTags
Update tagNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_TAGS_RESOURCE_TAG_IDPatch a resource tag.Connection
Patch a resource tag.
Authentication
Connected account requiredTags
Update workload identityNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIES_WORKLOAD_IDENTITY_IDUpdates a workload identity. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.Connection
Updates a workload identity. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.
Authentication
Connected account requiredTags
Update workload identityNORTHFLANK_PATCH_WORKLOAD_IDENTITIES_WORKLOADIDENTITYIDUpdates a workload identity. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.Connection
Updates a workload identity. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.
Authentication
Connected account requiredTags
Add backup destinationNORTHFLANK_POST_BACKUP_DESTINATIONSAdds a new backup destination to this account.Connection
Adds a new backup destination to this account.
Authentication
Connected account requiredTags
Create clusterNORTHFLANK_POST_CLOUD_PROVIDERS_CLUSTERSCreates a new cluster.Connection
Creates a new cluster.
Authentication
Connected account requiredTags
Cordon cluster nodeNORTHFLANK_POST_CLOUD_PROVIDERS_CLUSTERS_CLUSTERID_NODES_NODEID_CORDONCordon a node on the cluster to prevent new pods from scheduling on it.Connection
Cordon a node on the cluster to prevent new pods from scheduling on it.
Authentication
Connected account requiredTags
Drain cluster nodeNORTHFLANK_POST_CLOUD_PROVIDERS_CLUSTERS_CLUSTERID_NODES_NODEID_DRAINDrain a node by evicting all running pods.Connection
Drain a node by evicting all running pods.
Authentication
Connected account requiredTags
Uncordon cluster nodeNORTHFLANK_POST_CLOUD_PROVIDERS_CLUSTERS_CLUSTERID_NODES_NODEID_UNCORDONUncordon a node on the cluster if it was previously cordoned.Connection
Uncordon a node on the cluster if it was previously cordoned.
Authentication
Connected account requiredTags
Create integrationNORTHFLANK_POST_CLOUD_PROVIDERS_INTEGRATIONSCreates a new integration.Connection
Creates a new integration.
Authentication
Connected account requiredTags
Install workload identity providerNORTHFLANK_POST_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONID_WORKLOAD_IDENTITY_PROVIDER_INSTALLTriggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.Connection
Triggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.
Authentication
Connected account requiredTags
Create new domainNORTHFLANK_POST_DOMAINSRegisters a new domainConnection
Registers a new domain
Authentication
Connected account requiredTags
Import domain certificateNORTHFLANK_POST_DOMAINS_DOMAIN_IMPORTImport a certificate for the domainConnection
Import a certificate for the domain
Authentication
Connected account requiredTags
Add subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINSAdds a new subdomain to the domain.Connection
Adds a new subdomain to the domain.
Authentication
Connected account requiredTags
Assign service to subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_ASSIGNAssigns a service port to the given subdomainConnection
Assigns a service port to the given subdomain
Authentication
Connected account requiredTags
Remove CDN from a subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_DISABLERemoves the CDN integration from the given subdomainConnection
Removes the CDN integration from the given subdomain
Authentication
Connected account requiredTags
Enable CDN on a subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_ENABLEEnables a CDN integration on the given subdomainConnection
Enables a CDN integration on the given subdomain
Authentication
Connected account requiredTags
Purge CDN cache for a subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_PURGEPurges the CDN cache for the given subdomainConnection
Purges the CDN cache for the given subdomain
Authentication
Connected account requiredTags
Add subdomain pathNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHSAdds a new path to the subdomain.Connection
Adds a new path to the subdomain.
Authentication
Connected account requiredTags
Update subdomain pathNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATHUpdate a subdomain path.Connection
Update a subdomain path.
Authentication
Connected account requiredTags
Assign subdomain pathNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATH_ASSIGNAssign a subdomain path to a port.Connection
Assign a subdomain path to a port.
Authentication
Connected account requiredTags
Verify subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_VERIFYGets details about the given subdomainConnection
Gets details about the given subdomain
Authentication
Connected account requiredTags
Verify domainNORTHFLANK_POST_DOMAINS_DOMAIN_VERIFYAttempts to verify the domainConnection
Attempts to verify the domain
Authentication
Connected account requiredTags
Create egress IPNORTHFLANK_POST_EGRESS_IPSCreates a new egress IPConnection
Creates a new egress IP
Authentication
Connected account requiredTags
Create gradual rollout strategyNORTHFLANK_POST_GRADUAL_ROLLOUT_STRATEGIESCreates a new gradual rollout strategy.Connection
Creates a new gradual rollout strategy.
Authentication
Connected account requiredTags
Create log sinkNORTHFLANK_POST_INTEGRATIONS_LOG_SINKSCreates a new log sink.Connection
Creates a new log sink.
Authentication
Connected account requiredTags
Pause log sinkNORTHFLANK_POST_INTEGRATIONS_LOG_SINKS_LOGSINKID_PAUSEPauses a given log sink.Connection
Pauses a given log sink.
Authentication
Connected account requiredTags
Resume log sinkNORTHFLANK_POST_INTEGRATIONS_LOG_SINKS_LOGSINKID_RESUMEResumes a paused log sink.Connection
Resumes a paused log sink.
Authentication
Connected account requiredTags
Update log sinkNORTHFLANK_POST_INTEGRATIONS_LOG_SINKS_LOGSINKID_SETTINGSUpdates the settings for a log sink.Connection
Updates the settings for a log sink.
Authentication
Connected account requiredTags
Create notification integrationNORTHFLANK_POST_INTEGRATIONS_NOTIFICATIONSCreate a new notification integration.Connection
Create a new notification integration.
Authentication
Connected account requiredTags
Update notification integrationNORTHFLANK_POST_INTEGRATIONS_NOTIFICATIONS_NOTIFICATIONIDUpdates a notification integrationConnection
Updates a notification integration
Authentication
Connected account requiredTags
Add registryNORTHFLANK_POST_INTEGRATIONS_REGISTRIESAdds a new set of container registry credentials to this account.Connection
Adds a new set of container registry credentials to this account.
Authentication
Connected account requiredTags
Add SSH identityNORTHFLANK_POST_INTEGRATIONS_SSH_IDENTITIESAdds a new SSH identity to this account.Connection
Adds a new SSH identity to this account.
Authentication
Connected account requiredTags
Generate VCS tokenNORTHFLANK_POST_INTEGRATIONS_VCS_CUSTOM_CUSTOMVCSID_TOKEN_VCSLINKIDGenerate a token for a specific VCS link.Connection
Generate a token for a specific VCS link.
Authentication
Connected account requiredTags
Create VCS link sessionNORTHFLANK_POST_INTEGRATIONS_VCS_LINK_SESSIONSStarts a CLI-driven flow to link a version control account. Returns a URL to open in a browser to authorize the link, and a session id to poll for completion.Connection
Starts a CLI-driven flow to link a version control account. Returns a URL to open in a browser to authorize the link, and a session id to poll for completion.
Authentication
Connected account requiredTags
Check repository accessNORTHFLANK_POST_INTEGRATIONS_VCS_REPO_ACCESSChecks whether a git repository is publicly reachable or accessible via one of your linked version control accounts, before creating a resource that would clone it.Connection
Checks whether a git repository is publicly reachable or accessible via one of your linked version control accounts, before creating a resource that would clone it.
Authentication
Connected account requiredTags
Create load balancerNORTHFLANK_POST_LOAD_BALANCERSCreates a new load balancerConnection
Creates a new load balancer
Authentication
Connected account requiredTags
Invite team memberNORTHFLANK_POST_MEMBERSInvites a user to a team.Connection
Invites a user to a team.
Authentication
Connected account requiredTags
Create network policyNORTHFLANK_POST_NETWORK_POLICIESCreates a new network policy for this account.Connection
Creates a new network policy for this account.
Authentication
Connected account requiredTags
Create org roleNORTHFLANK_POST_ORG_ROLESCreates a new platform role for the authenticated org.Connection
Creates a new platform role for the authenticated org.
Authentication
Connected account requiredTags
Add member to org roleNORTHFLANK_POST_ORG_ROLES_ROLEID_MEMBERSAdds a user to a platform role in the authenticated org.Connection
Adds a user to a platform role in the authenticated org.
Authentication
Connected account requiredTags
Create projectNORTHFLANK_POST_PROJECTSCreates a new project.Connection
Creates a new project.
Authentication
Connected account requiredTags
Create addonNORTHFLANK_POST_PROJECTS_ADDONSCreates a new addonConnection
Creates a new addon
Authentication
Connected account requiredTags
Create addon backup scheduleNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUP_SCHEDULESCreate a new backup schedule for an addon.Connection
Create a new backup schedule for an addon.
Authentication
Connected account requiredTags
Backup addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPSInitiates a backup for the given addonConnection
Initiates a backup for the given addon
Authentication
Connected account requiredTags
Abort backupNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_ABORTAborts the in progress backup.Connection
Aborts the in progress backup.
Authentication
Connected account requiredTags
Abort backup restoreNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_ABORT_RESTOREAborts an in-progress backup restore.Connection
Aborts an in-progress backup restore.
Authentication
Connected account requiredTags
Restore addon backupNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_RESTORERestores the given addon to the given backup state.Connection
Restores the given addon to the given backup state.
Authentication
Connected account requiredTags
Retain backupNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_RETAINFlags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.Connection
Flags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.
Authentication
Connected account requiredTags
Import addon backupNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_IMPORTImports a database from an external archive or existing live database.Connection
Imports a database from an external archive or existing live database.
Authentication
Connected account requiredTags
Update addon network settingsNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_NETWORK_SETTINGSUpdates the network settings for the addon.Connection
Updates the network settings for the addon.
Authentication
Connected account requiredTags
Pause addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_PAUSEPause the given addon.Connection
Pause the given addon.
Authentication
Connected account requiredTags
Reset addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_RESETReset the given addon.Connection
Reset the given addon.
Authentication
Connected account requiredTags
Restart addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_RESTARTRestart the given addon.Connection
Restart the given addon.
Authentication
Connected account requiredTags
Resume addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_RESUMEResume the given addon if it is paused.Connection
Resume the given addon if it is paused.
Authentication
Connected account requiredTags
Scale addon resourcesNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_SCALEModifies the allocated resources for the given addon.Connection
Modifies the allocated resources for the given addon.
Authentication
Connected account requiredTags
Update addon security rulesNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_SECURITYUpdates the security rules for the addon.Connection
Updates the security rules for the addon.
Authentication
Connected account requiredTags
Upgrade addon versionNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_VERSIONUpgrades the addon to a new version.Connection
Upgrades the addon to a new version.
Authentication
Connected account requiredTags
Create external addonNORTHFLANK_POST_PROJECTS_EXTERNAL_ADDONSCreates a new external addon (third-party cloud resource provisioned via OpenTofu)Connection
Creates a new external addon (third-party cloud resource provisioned via OpenTofu)
Authentication
Connected account requiredTags
Create harnessNORTHFLANK_POST_PROJECTS_HARNESSESCreates a new harnessConnection
Creates a new harness
Authentication
Connected account requiredTags
Pause harnessNORTHFLANK_POST_PROJECTS_HARNESSES_HARNESSID_PAUSEPauses the given harness, scaling its deployment to zero.Connection
Pauses the given harness, scaling its deployment to zero.
Authentication
Connected account requiredTags
Restart harnessNORTHFLANK_POST_PROJECTS_HARNESSES_HARNESSID_RESTARTRestarts the given harness.Connection
Restarts the given harness.
Authentication
Connected account requiredTags
Resume harnessNORTHFLANK_POST_PROJECTS_HARNESSES_HARNESSID_RESUMEResumes the given harness, restoring its deployment.Connection
Resumes the given harness, restoring its deployment.
Authentication
Connected account requiredTags
Create jobNORTHFLANK_POST_PROJECTS_JOBSCreates a new job (manual or cron based on settings.cron presence)Connection
Creates a new job (manual or cron based on settings.cron presence)
Authentication
Connected account requiredTags
Create cron jobNORTHFLANK_POST_PROJECTS_JOBS_CRONCreates a new cron jobConnection
Creates a new cron job
Authentication
Connected account requiredTags
Start job buildNORTHFLANK_POST_PROJECTS_JOBS_JOBID_BUILDStart a new build for the given job. Given a commit sha, it will build that commit.Connection
Start a new build for the given job. Given a commit sha, it will build that commit.
Authentication
Connected account requiredTags
Edit job build argumentsNORTHFLANK_POST_PROJECTS_JOBS_JOBID_BUILD_ARGUMENTSSets build arguments for the given job.Connection
Sets build arguments for the given job.
Authentication
Connected account requiredTags
Update job build optionsNORTHFLANK_POST_PROJECTS_JOBS_JOBID_BUILD_OPTIONSUpdates the build options for a given job.Connection
Updates the build options for a given job.
Authentication
Connected account requiredTags
Update job build sourceNORTHFLANK_POST_PROJECTS_JOBS_JOBID_BUILD_SOURCEUpdates the version control source for a given job.Connection
Updates the version control source for a given job.
Authentication
Connected account requiredTags
Update job deploymentNORTHFLANK_POST_PROJECTS_JOBS_JOBID_DEPLOYMENTUpdates the deployment settings of the given job.Connection
Updates the deployment settings of the given job.
Authentication
Connected account requiredTags
Update job health checksNORTHFLANK_POST_PROJECTS_JOBS_JOBID_HEALTH_CHECKSUpdates health checks for the given job.Connection
Updates health checks for the given job.
Authentication
Connected account requiredTags
Pause jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_PAUSEPause the given job.Connection
Pause the given job.
Authentication
Connected account requiredTags
Resume jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_RESUMEResumes the given job. Optionally takes several arguments to override resumed settings.Connection
Resumes the given job. Optionally takes several arguments to override resumed settings.
Authentication
Connected account requiredTags
Run jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_RUNSStarts a new job run for the given jobConnection
Starts a new job run for the given job
Authentication
Connected account requiredTags
Edit job runtime environmentNORTHFLANK_POST_PROJECTS_JOBS_JOBID_RUNTIME_ENVIRONMENTSets the runtime environment for the given job.Connection
Sets the runtime environment for the given job.
Authentication
Connected account requiredTags
Scale jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_SCALEModifies the scaling settings for the given job.Connection
Modifies the scaling settings for the given job.
Authentication
Connected account requiredTags
Update job settingsNORTHFLANK_POST_PROJECTS_JOBS_JOBID_SETTINGSUpdates settings for the jobConnection
Updates settings for the job
Authentication
Connected account requiredTags
Suspend jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_SUSPENDModify cron job to toggle suspending of its schedule.Connection
Modify cron job to toggle suspending of its schedule.
Authentication
Connected account requiredTags
Create manual jobNORTHFLANK_POST_PROJECTS_JOBS_MANUALCreates a new manual job that only runs when initiated via the UI, CLI, API or JS client.Connection
Creates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
Authentication
Connected account requiredTags
Create AI modelNORTHFLANK_POST_PROJECTS_LLM_MODEL_DEPLOYMENTSCreate an AI modelConnection
Create an AI model
Authentication
Connected account requiredTags
Update AI modelNORTHFLANK_POST_PROJECTS_LLM_MODEL_DEPLOYMENTS_LLMMODELDEPLOYMENTIDUpdates an AI modelConnection
Updates an AI model
Authentication
Connected account requiredTags
Update preview templateNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVSUpdate a given preview template.Connection
Update a given preview template.
Authentication
Connected account requiredTags
Run preview environmentNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_RUNSRun the given preview template.Connection
Run the given preview template.
Authentication
Connected account requiredTags
Update release flowNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGEUpdates a release flowConnection
Updates a release flow
Authentication
Connected account requiredTags
Run release flowNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGE_RUNSRuns a given release flow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.Connection
Runs a given release flow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.
Authentication
Connected account requiredTags
Abort release flow runNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGE_RUNS_RUNID_ABORTAbort the given release flow runConnection
Abort the given release flow run
Authentication
Connected account requiredTags
Create preview blueprintNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTSCreate a preview blueprintConnection
Create a preview blueprint
Authentication
Connected account requiredTags
Update preview blueprintNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTIDUpdates a preview blueprintConnection
Updates a preview blueprint
Authentication
Connected account requiredTags
Pause preview environmentNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWS_PREVIEWID_PAUSEPause a preview environment generated by a preview blueprint.Connection
Pause a preview environment generated by a preview blueprint.
Authentication
Connected account requiredTags
Reset preview environment expiryNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWS_PREVIEWID_RESETReset the expiry of a preview environment generated by a preview blueprint.Connection
Reset the expiry of a preview environment generated by a preview blueprint.
Authentication
Connected account requiredTags
Resume preview environmentNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWS_PREVIEWID_RESUMEResume a preview environment generated by a preview blueprint.Connection
Resume a preview environment generated by a preview blueprint.
Authentication
Connected account requiredTags
Run preview blueprintNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_RUNSRuns a given preview blueprint with given arguments. This endpoint can be used as part of a CI pipeline to automatically create a preview environment.Connection
Runs a given preview blueprint with given arguments. This endpoint can be used as part of a CI pipeline to automatically create a preview environment.
Authentication
Connected account requiredTags
Abort preview blueprint runNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_RUNS_RUNID_ABORTAbort the given preview blueprint runConnection
Abort the given preview blueprint run
Authentication
Connected account requiredTags
Create combined serviceNORTHFLANK_POST_PROJECTS_SECRETSCreates a project secret with the specified payloadConnection
Creates a project secret with the specified payload
Authentication
Connected account requiredTags
Update project secretNORTHFLANK_POST_PROJECTS_SECRETS_SECRETIDUpdate a project secretConnection
Update a project secret
Authentication
Connected account requiredTags
Update project secret addon linkNORTHFLANK_POST_PROJECTS_SECRETS_SECRETID_ADDONS_ADDONIDLink an addon to a project secret or edit the settings of the linked addon.Connection
Link an addon to a project secret or edit the settings of the linked addon.
Authentication
Connected account requiredTags
Create build serviceNORTHFLANK_POST_PROJECTS_SERVICES_BUILDCreates a new build service.Connection
Creates a new build service.
Authentication
Connected account requiredTags
Create combined serviceNORTHFLANK_POST_PROJECTS_SERVICES_COMBINEDCreates a new combined service.Connection
Creates a new combined service.
Authentication
Connected account requiredTags
Create deployment serviceNORTHFLANK_POST_PROJECTS_SERVICES_DEPLOYMENTCreates a new deployment service.Connection
Creates a new deployment service.
Authentication
Connected account requiredTags
Start service buildNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_BUILDStart a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required.Connection
Start a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required.
Authentication
Connected account requiredTags
Edit service build argumentsNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_BUILD_ARGUMENTSSets the build arguments for the given service.Connection
Sets the build arguments for the given service.
Authentication
Connected account requiredTags
Update service build optionsNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_BUILD_OPTIONSUpdates the build options for a given service.Connection
Updates the build options for a given service.
Authentication
Connected account requiredTags
Update service build sourceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_BUILD_SOURCEUpdates the version control source for a given build or combined service.Connection
Updates the version control source for a given build or combined service.
Authentication
Connected account requiredTags
Update service deploymentNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_DEPLOYMENTUpdates the deployment settings of the given service.Connection
Updates the deployment settings of the given service.
Authentication
Connected account requiredTags
Update service health checksNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_HEALTH_CHECKSUpdates health checks for the given service.Connection
Updates health checks for the given service.
Authentication
Connected account requiredTags
Pause serviceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_PAUSEPause the given service.Connection
Pause the given service.
Authentication
Connected account requiredTags
Update service portsNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_PORTSUpdates the list of ports for the given service.Connection
Updates the list of ports for the given service.
Authentication
Connected account requiredTags
Restart serviceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_RESTARTRestarts the given service.Connection
Restarts the given service.
Authentication
Connected account requiredTags
Resume serviceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_RESUMEResumes the given service. Optionally takes several arguments to override resumed settings.Connection
Resumes the given service. Optionally takes several arguments to override resumed settings.
Authentication
Connected account requiredTags
Edit service runtime environmentNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_RUNTIME_ENVIRONMENTSets the runtime environment for the given service.Connection
Sets the runtime environment for the given service.
Authentication
Connected account requiredTags
Scale serviceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_SCALEModifies the scaling settings for the given service.Connection
Modifies the scaling settings for the given service.
Authentication
Connected account requiredTags
Create volumeNORTHFLANK_POST_PROJECTS_VOLUMESCreates a volume with the specified payloadConnection
Creates a volume with the specified payload
Authentication
Connected account requiredTags
Update volumeNORTHFLANK_POST_PROJECTS_VOLUMES_VOLUMEIDUpdate volume mounts and storage sizeConnection
Update volume mounts and storage size
Authentication
Connected account requiredTags
Attach volumeNORTHFLANK_POST_PROJECTS_VOLUMES_VOLUMEID_ATTACHAttach a volumeConnection
Attach a volume
Authentication
Connected account requiredTags
Backup volumeNORTHFLANK_POST_PROJECTS_VOLUMES_VOLUMEID_BACKUPSInitiates a backup for a given volumeConnection
Initiates a backup for a given volume
Authentication
Connected account requiredTags
Detach volumeNORTHFLANK_POST_PROJECTS_VOLUMES_VOLUMEID_DETACHDetach a volumeConnection
Detach a volume
Authentication
Connected account requiredTags
Create workflowNORTHFLANK_POST_PROJECTS_WORKFLOWSCreate a workflowConnection
Create a workflow
Authentication
Connected account requiredTags
Update workflowNORTHFLANK_POST_PROJECTS_WORKFLOWS_WORKFLOWIDUpdates a workflowConnection
Updates a workflow
Authentication
Connected account requiredTags
Run workflowNORTHFLANK_POST_PROJECTS_WORKFLOWS_WORKFLOWID_RUNSRuns a given workflow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.Connection
Runs a given workflow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.
Authentication
Connected account requiredTags
Abort workflow runNORTHFLANK_POST_PROJECTS_WORKFLOWS_WORKFLOWID_RUNS_RUNID_ABORTAbort the given workflow runConnection
Abort the given workflow run
Authentication
Connected account requiredTags
Create team roleNORTHFLANK_POST_ROLESCreates a new platform role for a team.Connection
Creates a new platform role for a team.
Authentication
Connected account requiredTags
Add member to team roleNORTHFLANK_POST_ROLES_ROLEID_MEMBERSAdds a user to a platform role in a team.Connection
Adds a user to a platform role in a team.
Authentication
Connected account requiredTags
Create global secretNORTHFLANK_POST_SECRETSCreates a global secret with the specified payloadConnection
Creates a global secret with the specified payload
Authentication
Connected account requiredTags
Add tagNORTHFLANK_POST_TAGSAdd a new resource tag for this entity.Connection
Add a new resource tag for this entity.
Authentication
Connected account requiredTags
Create teamNORTHFLANK_POST_TEAMSCreates a new team belonging to the authenticated org.Connection
Creates a new team belonging to the authenticated org.
Authentication
Connected account requiredTags
Create templateNORTHFLANK_POST_TEMPLATESCreate a templateConnection
Create a template
Authentication
Connected account requiredTags
Update templateNORTHFLANK_POST_TEMPLATES_TEMPLATEIDUpdate a templateConnection
Update a template
Authentication
Connected account requiredTags
Run templateNORTHFLANK_POST_TEMPLATES_TEMPLATEID_RUNSRun a templateConnection
Run a template
Authentication
Connected account requiredTags
Abort template runNORTHFLANK_POST_TEMPLATES_TEMPLATEID_RUNS_TEMPLATERUNID_ABORTAbort the given template run.Connection
Abort the given template run.
Authentication
Connected account requiredTags
Add backup destinationNORTHFLANK_POST_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONSAdds a new backup destination to this account.Connection
Adds a new backup destination to this account.
Authentication
Connected account requiredTags
Create clusterNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERSCreates a new cluster.Connection
Creates a new cluster.
Authentication
Connected account requiredTags
Cordon cluster nodeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_ID_NODES_NODE_ID_CORDONCordon a node on the cluster to prevent new pods from scheduling on it.Connection
Cordon a node on the cluster to prevent new pods from scheduling on it.
Authentication
Connected account requiredTags
Drain cluster nodeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_ID_NODES_NODE_ID_DRAINDrain a node by evicting all running pods.Connection
Drain a node by evicting all running pods.
Authentication
Connected account requiredTags
Uncordon cluster nodeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_ID_NODES_NODE_ID_UNCORDONUncordon a node on the cluster if it was previously cordoned.Connection
Uncordon a node on the cluster if it was previously cordoned.
Authentication
Connected account requiredTags
Create integrationNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONSCreates a new integration.Connection
Creates a new integration.
Authentication
Connected account requiredTags
Install workload identity providerNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_ID_WORKLOAD_IDENTITY_PROVIDER_INSTALLTriggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.Connection
Triggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.
Authentication
Connected account requiredTags
Create new domainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINSRegisters a new domainConnection
Registers a new domain
Authentication
Connected account requiredTags
Import domain certificateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_IMPORTImport a certificate for the domainConnection
Import a certificate for the domain
Authentication
Connected account requiredTags
Add subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINSAdds a new subdomain to the domain.Connection
Adds a new subdomain to the domain.
Authentication
Connected account requiredTags
Assign service to subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_ASSIGNAssigns a service port to the given subdomainConnection
Assigns a service port to the given subdomain
Authentication
Connected account requiredTags
Remove CDN from a subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_DISABLERemoves the CDN integration from the given subdomainConnection
Removes the CDN integration from the given subdomain
Authentication
Connected account requiredTags
Enable CDN on a subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_ENABLEEnables a CDN integration on the given subdomainConnection
Enables a CDN integration on the given subdomain
Authentication
Connected account requiredTags
Purge CDN cache for a subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_PURGEPurges the CDN cache for the given subdomainConnection
Purges the CDN cache for the given subdomain
Authentication
Connected account requiredTags
Add subdomain pathNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHSAdds a new path to the subdomain.Connection
Adds a new path to the subdomain.
Authentication
Connected account requiredTags
Update subdomain pathNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATHUpdate a subdomain path.Connection
Update a subdomain path.
Authentication
Connected account requiredTags
Assign subdomain pathNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATH_ASSIGNAssign a subdomain path to a port.Connection
Assign a subdomain path to a port.
Authentication
Connected account requiredTags
Verify subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_VERIFYGets details about the given subdomainConnection
Gets details about the given subdomain
Authentication
Connected account requiredTags
Verify domainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_VERIFYAttempts to verify the domainConnection
Attempts to verify the domain
Authentication
Connected account requiredTags
Create egress IPNORTHFLANK_POST_V1_TEAMS_TEAM_ID_EGRESS_IPSCreates a new egress IPConnection
Creates a new egress IP
Authentication
Connected account requiredTags
Create gradual rollout strategyNORTHFLANK_POST_V1_TEAMS_TEAM_ID_GRADUAL_ROLLOUT_STRATEGIESCreates a new gradual rollout strategy.Connection
Creates a new gradual rollout strategy.
Authentication
Connected account requiredTags
Create log sinkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKSCreates a new log sink.Connection
Creates a new log sink.
Authentication
Connected account requiredTags
Pause log sinkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_ID_PAUSEPauses a given log sink.Connection
Pauses a given log sink.
Authentication
Connected account requiredTags
Resume log sinkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_ID_RESUMEResumes a paused log sink.Connection
Resumes a paused log sink.
Authentication
Connected account requiredTags
Update log sinkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_ID_SETTINGSUpdates the settings for a log sink.Connection
Updates the settings for a log sink.
Authentication
Connected account requiredTags
Create notification integrationNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONSCreate a new notification integration.Connection
Create a new notification integration.
Authentication
Connected account requiredTags
Update notification integrationNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONS_NOTIFICATION_IDUpdates a notification integrationConnection
Updates a notification integration
Authentication
Connected account requiredTags
Add registryNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIESAdds a new set of container registry credentials to this account.Connection
Adds a new set of container registry credentials to this account.
Authentication
Connected account requiredTags
Add SSH identityNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIESAdds a new SSH identity to this account.Connection
Adds a new SSH identity to this account.
Authentication
Connected account requiredTags
Generate VCS tokenNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_CUSTOM_CUSTOM_VCSID_TOKEN_VCS_LINK_IDGenerate a token for a specific VCS link.Connection
Generate a token for a specific VCS link.
Authentication
Connected account requiredTags
Create VCS link sessionNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_LINK_SESSIONSStarts a CLI-driven flow to link a version control account. Returns a URL to open in a browser to authorize the link, and a session id to poll for completion.Connection
Starts a CLI-driven flow to link a version control account. Returns a URL to open in a browser to authorize the link, and a session id to poll for completion.
Authentication
Connected account requiredTags
Check repository accessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_REPO_ACCESSChecks whether a git repository is publicly reachable or accessible via one of your linked version control accounts, before creating a resource that would clone it.Connection
Checks whether a git repository is publicly reachable or accessible via one of your linked version control accounts, before creating a resource that would clone it.
Authentication
Connected account requiredTags
Create load balancerNORTHFLANK_POST_V1_TEAMS_TEAM_ID_LOAD_BALANCERSCreates a new load balancerConnection
Creates a new load balancer
Authentication
Connected account requiredTags
Create network policyNORTHFLANK_POST_V1_TEAMS_TEAM_ID_NETWORK_POLICIESCreates a new network policy for this account.Connection
Creates a new network policy for this account.
Authentication
Connected account requiredTags
Create projectNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTSCreates a new project.Connection
Creates a new project.
Authentication
Connected account requiredTags
Create addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONSCreates a new addonConnection
Creates a new addon
Authentication
Connected account requiredTags
Create addon backup scheduleNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUP_SCHEDULESCreate a new backup schedule for an addon.Connection
Create a new backup schedule for an addon.
Authentication
Connected account requiredTags
Backup addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPSInitiates a backup for the given addonConnection
Initiates a backup for the given addon
Authentication
Connected account requiredTags
Abort backupNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_ABORTAborts the in progress backup.Connection
Aborts the in progress backup.
Authentication
Connected account requiredTags
Abort backup restoreNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_ABORT_RESTOREAborts an in-progress backup restore.Connection
Aborts an in-progress backup restore.
Authentication
Connected account requiredTags
Restore addon backupNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_RESTORERestores the given addon to the given backup state.Connection
Restores the given addon to the given backup state.
Authentication
Connected account requiredTags
Retain backupNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_RETAINFlags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.Connection
Flags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.
Authentication
Connected account requiredTags
Import addon backupNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_IMPORTImports a database from an external archive or existing live database.Connection
Imports a database from an external archive or existing live database.
Authentication
Connected account requiredTags
Update addon network settingsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_NETWORK_SETTINGSUpdates the network settings for the addon.Connection
Updates the network settings for the addon.
Authentication
Connected account requiredTags
Pause addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_PAUSEPause the given addon.Connection
Pause the given addon.
Authentication
Connected account requiredTags
Reset addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_RESETReset the given addon.Connection
Reset the given addon.
Authentication
Connected account requiredTags
Restart addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_RESTARTRestart the given addon.Connection
Restart the given addon.
Authentication
Connected account requiredTags
Resume addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_RESUMEResume the given addon if it is paused.Connection
Resume the given addon if it is paused.
Authentication
Connected account requiredTags
Scale addon resourcesNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_SCALEModifies the allocated resources for the given addon.Connection
Modifies the allocated resources for the given addon.
Authentication
Connected account requiredTags
Update addon security rulesNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_SECURITYUpdates the security rules for the addon.Connection
Updates the security rules for the addon.
Authentication
Connected account requiredTags
Upgrade addon versionNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_VERSIONUpgrades the addon to a new version.Connection
Upgrades the addon to a new version.
Authentication
Connected account requiredTags
Create external addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONSCreates a new external addon (third-party cloud resource provisioned via OpenTofu)Connection
Creates a new external addon (third-party cloud resource provisioned via OpenTofu)
Authentication
Connected account requiredTags
Create harnessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSESCreates a new harnessConnection
Creates a new harness
Authentication
Connected account requiredTags
Pause harnessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_ID_PAUSEPauses the given harness, scaling its deployment to zero.Connection
Pauses the given harness, scaling its deployment to zero.
Authentication
Connected account requiredTags
Restart harnessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_ID_RESTARTRestarts the given harness.Connection
Restarts the given harness.
Authentication
Connected account requiredTags
Resume harnessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_ID_RESUMEResumes the given harness, restoring its deployment.Connection
Resumes the given harness, restoring its deployment.
Authentication
Connected account requiredTags
Create jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBSCreates a new job (manual or cron based on settings.cron presence)Connection
Creates a new job (manual or cron based on settings.cron presence)
Authentication
Connected account requiredTags
Create cron jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_CRONCreates a new cron jobConnection
Creates a new cron job
Authentication
Connected account requiredTags
Start job buildNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILDStart a new build for the given job. Given a commit sha, it will build that commit.Connection
Start a new build for the given job. Given a commit sha, it will build that commit.
Authentication
Connected account requiredTags
Edit job build argumentsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_ARGUMENTSSets build arguments for the given job.Connection
Sets build arguments for the given job.
Authentication
Connected account requiredTags
Update job build optionsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_OPTIONSUpdates the build options for a given job.Connection
Updates the build options for a given job.
Authentication
Connected account requiredTags
Update job build sourceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_SOURCEUpdates the version control source for a given job.Connection
Updates the version control source for a given job.
Authentication
Connected account requiredTags
Update job deploymentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_DEPLOYMENTUpdates the deployment settings of the given job.Connection
Updates the deployment settings of the given job.
Authentication
Connected account requiredTags
Update job health checksNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_HEALTH_CHECKSUpdates health checks for the given job.Connection
Updates health checks for the given job.
Authentication
Connected account requiredTags
Pause jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_PAUSEPause the given job.Connection
Pause the given job.
Authentication
Connected account requiredTags
Resume jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RESUMEResumes the given job. Optionally takes several arguments to override resumed settings.Connection
Resumes the given job. Optionally takes several arguments to override resumed settings.
Authentication
Connected account requiredTags
Run jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNSStarts a new job run for the given jobConnection
Starts a new job run for the given job
Authentication
Connected account requiredTags
Edit job runtime environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNTIME_ENVIRONMENTSets the runtime environment for the given job.Connection
Sets the runtime environment for the given job.
Authentication
Connected account requiredTags
Scale jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_SCALEModifies the scaling settings for the given job.Connection
Modifies the scaling settings for the given job.
Authentication
Connected account requiredTags
Update job settingsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_SETTINGSUpdates settings for the jobConnection
Updates settings for the job
Authentication
Connected account requiredTags
Suspend jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_SUSPENDModify cron job to toggle suspending of its schedule.Connection
Modify cron job to toggle suspending of its schedule.
Authentication
Connected account requiredTags
Create manual jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_MANUALCreates a new manual job that only runs when initiated via the UI, CLI, API or JS client.Connection
Creates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
Authentication
Connected account requiredTags
Create AI modelNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTSCreate an AI modelConnection
Create an AI model
Authentication
Connected account requiredTags
Update AI modelNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTS_LLM_MODEL_DEPLOYMENT_IDUpdates an AI modelConnection
Updates an AI model
Authentication
Connected account requiredTags
Update preview templateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVSUpdate a given preview template.Connection
Update a given preview template.
Authentication
Connected account requiredTags
Run preview environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_RUNSRun the given preview template.Connection
Run the given preview template.
Authentication
Connected account requiredTags
Update release flowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGEUpdates a release flowConnection
Updates a release flow
Authentication
Connected account requiredTags
Run release flowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGE_RUNSRuns a given release flow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.Connection
Runs a given release flow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.
Authentication
Connected account requiredTags
Abort release flow runNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGE_RUNS_RUN_ID_ABORTAbort the given release flow runConnection
Abort the given release flow run
Authentication
Connected account requiredTags
Create preview blueprintNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTSCreate a preview blueprintConnection
Create a preview blueprint
Authentication
Connected account requiredTags
Update preview blueprintNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_IDUpdates a preview blueprintConnection
Updates a preview blueprint
Authentication
Connected account requiredTags
Pause preview environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWS_PREVIEW_ID_PAUSEPause a preview environment generated by a preview blueprint.Connection
Pause a preview environment generated by a preview blueprint.
Authentication
Connected account requiredTags
Reset preview environment expiryNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWS_PREVIEW_ID_RESETReset the expiry of a preview environment generated by a preview blueprint.Connection
Reset the expiry of a preview environment generated by a preview blueprint.
Authentication
Connected account requiredTags
Resume preview environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWS_PREVIEW_ID_RESUMEResume a preview environment generated by a preview blueprint.Connection
Resume a preview environment generated by a preview blueprint.
Authentication
Connected account requiredTags
Run preview blueprintNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_RUNSRuns a given preview blueprint with given arguments. This endpoint can be used as part of a CI pipeline to automatically create a preview environment.Connection
Runs a given preview blueprint with given arguments. This endpoint can be used as part of a CI pipeline to automatically create a preview environment.
Authentication
Connected account requiredTags
Abort preview blueprint runNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_RUNS_RUN_ID_ABORTAbort the given preview blueprint runConnection
Abort the given preview blueprint run
Authentication
Connected account requiredTags
Create combined serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETSCreates a project secret with the specified payloadConnection
Creates a project secret with the specified payload
Authentication
Connected account requiredTags
Update project secretNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_IDUpdate a project secretConnection
Update a project secret
Authentication
Connected account requiredTags
Update project secret addon linkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_ID_ADDONS_ADDON_IDLink an addon to a project secret or edit the settings of the linked addon.Connection
Link an addon to a project secret or edit the settings of the linked addon.
Authentication
Connected account requiredTags
Create build serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_BUILDCreates a new build service.Connection
Creates a new build service.
Authentication
Connected account requiredTags
Create combined serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_COMBINEDCreates a new combined service.Connection
Creates a new combined service.
Authentication
Connected account requiredTags
Create deployment serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_DEPLOYMENTCreates a new deployment service.Connection
Creates a new deployment service.
Authentication
Connected account requiredTags
Start service buildNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILDStart a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required.Connection
Start a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required.
Authentication
Connected account requiredTags
Edit service build argumentsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_ARGUMENTSSets the build arguments for the given service.Connection
Sets the build arguments for the given service.
Authentication
Connected account requiredTags
Update service build optionsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_OPTIONSUpdates the build options for a given service.Connection
Updates the build options for a given service.
Authentication
Connected account requiredTags
Update service build sourceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_SOURCEUpdates the version control source for a given build or combined service.Connection
Updates the version control source for a given build or combined service.
Authentication
Connected account requiredTags
Update service deploymentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_DEPLOYMENTUpdates the deployment settings of the given service.Connection
Updates the deployment settings of the given service.
Authentication
Connected account requiredTags
Update service health checksNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_HEALTH_CHECKSUpdates health checks for the given service.Connection
Updates health checks for the given service.
Authentication
Connected account requiredTags
Pause serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PAUSEPause the given service.Connection
Pause the given service.
Authentication
Connected account requiredTags
Update service portsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PORTSUpdates the list of ports for the given service.Connection
Updates the list of ports for the given service.
Authentication
Connected account requiredTags
Restart serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RESTARTRestarts the given service.Connection
Restarts the given service.
Authentication
Connected account requiredTags
Resume serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RESUMEResumes the given service. Optionally takes several arguments to override resumed settings.Connection
Resumes the given service. Optionally takes several arguments to override resumed settings.
Authentication
Connected account requiredTags
Edit service runtime environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RUNTIME_ENVIRONMENTSets the runtime environment for the given service.Connection
Sets the runtime environment for the given service.
Authentication
Connected account requiredTags
Scale serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_SCALEModifies the scaling settings for the given service.Connection
Modifies the scaling settings for the given service.
Authentication
Connected account requiredTags
Create volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMESCreates a volume with the specified payloadConnection
Creates a volume with the specified payload
Authentication
Connected account requiredTags
Update volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_IDUpdate volume mounts and storage sizeConnection
Update volume mounts and storage size
Authentication
Connected account requiredTags
Attach volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_ATTACHAttach a volumeConnection
Attach a volume
Authentication
Connected account requiredTags
Backup volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_BACKUPSInitiates a backup for a given volumeConnection
Initiates a backup for a given volume
Authentication
Connected account requiredTags
Detach volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_DETACHDetach a volumeConnection
Detach a volume
Authentication
Connected account requiredTags
Create workflowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWSCreate a workflowConnection
Create a workflow
Authentication
Connected account requiredTags
Update workflowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_IDUpdates a workflowConnection
Updates a workflow
Authentication
Connected account requiredTags
Run workflowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_ID_RUNSRuns a given workflow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.Connection
Runs a given workflow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.
Authentication
Connected account requiredTags
Abort workflow runNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_ID_RUNS_RUN_ID_ABORTAbort the given workflow runConnection
Abort the given workflow run
Authentication
Connected account requiredTags
Create global secretNORTHFLANK_POST_V1_TEAMS_TEAM_ID_SECRETSCreates a global secret with the specified payloadConnection
Creates a global secret with the specified payload
Authentication
Connected account requiredTags
Add tagNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TAGSAdd a new resource tag for this entity.Connection
Add a new resource tag for this entity.
Authentication
Connected account requiredTags
Create templateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TEMPLATESCreate a templateConnection
Create a template
Authentication
Connected account requiredTags
Update templateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_IDUpdate a templateConnection
Update a template
Authentication
Connected account requiredTags
Run templateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_ID_RUNSRun a templateConnection
Run a template
Authentication
Connected account requiredTags
Abort template runNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_ID_RUNS_TEMPLATE_RUN_ID_ABORTAbort the given template run.Connection
Abort the given template run.
Authentication
Connected account requiredTags
Create workload identityNORTHFLANK_POST_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIESCreates a new workload identity on this account. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.Connection
Creates a new workload identity on this account. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.
Authentication
Connected account requiredTags
Install workload identityNORTHFLANK_POST_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIES_WORKLOAD_IDENTITY_ID_INSTALLTriggers installation of the managed cloud resources (IAM role/policy) for a workload identity. For identities using an existing role, this validates and records the role details.Connection
Triggers installation of the managed cloud resources (IAM role/policy) for a workload identity. For identities using an existing role, this validates and records the role details.
Authentication
Connected account requiredTags
Create workload identityNORTHFLANK_POST_WORKLOAD_IDENTITIESCreates a new workload identity on this account. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.Connection
Creates a new workload identity on this account. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.
Authentication
Connected account requiredTags
Install workload identityNORTHFLANK_POST_WORKLOAD_IDENTITIES_WORKLOADIDENTITYID_INSTALLTriggers installation of the managed cloud resources (IAM role/policy) for a workload identity. For identities using an existing role, this validates and records the role details.Connection
Triggers installation of the managed cloud resources (IAM role/policy) for a workload identity. For identities using an existing role, this validates and records the role details.
Authentication
Connected account requiredTags
Put clusterNORTHFLANK_PUT_CLOUD_PROVIDERS_CLUSTERSCreates or update a cluster.Connection
Creates or update a cluster.
Authentication
Connected account requiredTags
Put integrationNORTHFLANK_PUT_CLOUD_PROVIDERS_INTEGRATIONSCreates or updates a integration.Connection
Creates or updates a integration.
Authentication
Connected account requiredTags
Put subdomainNORTHFLANK_PUT_DOMAINS_DOMAIN_SUBDOMAINSUpdates subdomain to the domain.Connection
Updates subdomain to the domain.
Authentication
Connected account requiredTags
Put egress IPNORTHFLANK_PUT_EGRESS_IPSCreates or updates an egress IPConnection
Creates or updates an egress IP
Authentication
Connected account requiredTags
Create or update gradual rollout strategyNORTHFLANK_PUT_GRADUAL_ROLLOUT_STRATEGIESCreates or updates a gradual rollout strategy.Connection
Creates or updates a gradual rollout strategy.
Authentication
Connected account requiredTags
Create or update SSH identityNORTHFLANK_PUT_INTEGRATIONS_SSH_IDENTITIES_IDENTITYIDCreates or updates SSH identity data.Connection
Creates or updates SSH identity data.
Authentication
Connected account requiredTags
Put load balancerNORTHFLANK_PUT_LOAD_BALANCERSCreates or updates a load balancerConnection
Creates or updates a load balancer
Authentication
Connected account requiredTags
Create or update org roleNORTHFLANK_PUT_ORG_ROLESCreates role or updates all user-editable fields on a platform role for the authenticated org.Connection
Creates role or updates all user-editable fields on a platform role for the authenticated org.
Authentication
Connected account requiredTags
Create or update projectNORTHFLANK_PUT_PROJECTSCreates or updates a project.Connection
Creates or updates a project.
Authentication
Connected account requiredTags
Put addonNORTHFLANK_PUT_PROJECTS_ADDONSCreates or updates an addonConnection
Creates or updates an addon
Authentication
Connected account requiredTags
Put harnessNORTHFLANK_PUT_PROJECTS_HARNESSESCreates or updates a harnessConnection
Creates or updates a harness
Authentication
Connected account requiredTags
Put jobNORTHFLANK_PUT_PROJECTS_JOBSCreates or updates a job (manual or cron based on settings.cron presence)Connection
Creates or updates a job (manual or cron based on settings.cron presence)
Authentication
Connected account requiredTags
Put cron jobNORTHFLANK_PUT_PROJECTS_JOBS_CRONCreates or updates a cron jobConnection
Creates or updates a cron job
Authentication
Connected account requiredTags
Put manual jobNORTHFLANK_PUT_PROJECTS_JOBS_MANUALCreates or updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.Connection
Creates or updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
Authentication
Connected account requiredTags
Put project secretNORTHFLANK_PUT_PROJECTS_SECRETSCreates or updates a project secret with the specified payloadConnection
Creates or updates a project secret with the specified payload
Authentication
Connected account requiredTags
Put build serviceNORTHFLANK_PUT_PROJECTS_SERVICES_BUILDCreates or updates a build service.Connection
Creates or updates a build service.
Authentication
Connected account requiredTags
Put combined serviceNORTHFLANK_PUT_PROJECTS_SERVICES_COMBINEDCreates or updates a combined service.Connection
Creates or updates a combined service.
Authentication
Connected account requiredTags
Put deployment serviceNORTHFLANK_PUT_PROJECTS_SERVICES_DEPLOYMENTCreates or updates a deployment service.Connection
Creates or updates a deployment service.
Authentication
Connected account requiredTags
Create or update roleNORTHFLANK_PUT_ROLESCreates role or updates all user-editable fields on a platform role.Connection
Creates role or updates all user-editable fields on a platform role.
Authentication
Connected account requiredTags
Put global secretNORTHFLANK_PUT_SECRETSCreates or updates a global secret with the specified payloadConnection
Creates or updates a global secret with the specified payload
Authentication
Connected account requiredTags
Put tagNORTHFLANK_PUT_TAGSUpdate or create a resource tag.Connection
Update or create a resource tag.
Authentication
Connected account requiredTags
Put clusterNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERSCreates or update a cluster.Connection
Creates or update a cluster.
Authentication
Connected account requiredTags
Put integrationNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONSCreates or updates a integration.Connection
Creates or updates a integration.
Authentication
Connected account requiredTags
Put subdomainNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINSUpdates subdomain to the domain.Connection
Updates subdomain to the domain.
Authentication
Connected account requiredTags
Put egress IPNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_EGRESS_IPSCreates or updates an egress IPConnection
Creates or updates an egress IP
Authentication
Connected account requiredTags
Create or update gradual rollout strategyNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_GRADUAL_ROLLOUT_STRATEGIESCreates or updates a gradual rollout strategy.Connection
Creates or updates a gradual rollout strategy.
Authentication
Connected account requiredTags
Create or update SSH identityNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIES_IDENTITY_IDCreates or updates SSH identity data.Connection
Creates or updates SSH identity data.
Authentication
Connected account requiredTags
Put load balancerNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_LOAD_BALANCERSCreates or updates a load balancerConnection
Creates or updates a load balancer
Authentication
Connected account requiredTags
Create or update projectNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTSCreates or updates a project.Connection
Creates or updates a project.
Authentication
Connected account requiredTags
Put addonNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONSCreates or updates an addonConnection
Creates or updates an addon
Authentication
Connected account requiredTags
Put harnessNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSESCreates or updates a harnessConnection
Creates or updates a harness
Authentication
Connected account requiredTags
Put jobNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBSCreates or updates a job (manual or cron based on settings.cron presence)Connection
Creates or updates a job (manual or cron based on settings.cron presence)
Authentication
Connected account requiredTags
Put cron jobNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_CRONCreates or updates a cron jobConnection
Creates or updates a cron job
Authentication
Connected account requiredTags
Put manual jobNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_MANUALCreates or updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.Connection
Creates or updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
Authentication
Connected account requiredTags
Put project secretNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETSCreates or updates a project secret with the specified payloadConnection
Creates or updates a project secret with the specified payload
Authentication
Connected account requiredTags
Put build serviceNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_BUILDCreates or updates a build service.Connection
Creates or updates a build service.
Authentication
Connected account requiredTags
Put combined serviceNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_COMBINEDCreates or updates a combined service.Connection
Creates or updates a combined service.
Authentication
Connected account requiredTags
Put deployment serviceNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_DEPLOYMENTCreates or updates a deployment service.Connection
Creates or updates a deployment service.
Authentication
Connected account requiredTags
Put global secretNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_SECRETSCreates or updates a global secret with the specified payloadConnection
Creates or updates a global secret with the specified payload
Authentication
Connected account requiredTags
Put tagNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_TAGSUpdate or create a resource tag.Connection
Update or create a resource tag.
Authentication
Connected account requiredTags