Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

Testkube Control Plane ../tests operations

Testkube Pro API (cloud-api/1.10.38)

Download OpenAPI specification:Download

API for Testkube Pro

Delete test

Deletes test executions

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

testName
required
string

unique id of the test

Responses

Response samples

Content type
application/problem+json
{}

Get labels for environment

Get labels for a test in the specified environment

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

testName
required
string

unique id of the test

Responses

Response samples

Content type
application/json
{
  • "app": [
    ],
  • "env": [
    ]
}