v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.ServiceAccountService

UpdateServiceAccount

Updates a service account.

Use this method to:

  • Update service account name or description

Examples

  • Update name and description:

    Updates the service account name and description.

    serviceAccountId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    name: "updated-ci-pipeline"
    description: "Updated CI/CD Pipeline"
    
post/gitpod.v1.ServiceAccountService/UpdateServiceAccount

Request body

descriptionstring nullable

Note: valid_until is immutable and cannot be updated

namestring nullable

Optional fields for update

serviceAccountIdstring uuid

Response

Success