---
title: "Deploy a test suite to a specification."
method: POST
path: "/testsuite/deploy"
tags: ["Test suites"]
---

# Deploy a test suite to a specification.

`POST /testsuite/deploy`

## Request body

- TestSuiteDeployViaBase64Request — Common information on the test suite to deploy.
  - `specification` string, required — The API KEY identifying the target specification.
  - `ignoreWarnings` boolean — Whether test suite validation warnings should be ignored.
  - `replaceTestHistory` boolean — Whether the test history linked to the test suite should be reset.
  - `updateSpecification` boolean — Whether the specification's metadata should be updated using the provided test suite's content.
  - `testSuite` string, base64, required — The test suite archive to deploy provided as a Base64-encoded string.

## Response `200`

Test suite undeployed

## Other responses

- `400` — The received request was invalid.

## Changes

- **2022-06-27** `06f633c06bcd` — 1 breaking, 7 warning, 2 info
  - removed the media type `application/json` for the response with the status `200`
  - removed the request property `allOf[#/components/schemas/BaseTestSuiteDeployRequest]/showIdentifiers` (media type: application/json)
  - removed the request property `allOf[#/components/schemas/BaseTestSuiteDeployRequest]/showIdentifiers` (media type: multipart/form-data)
  - removed the request property `allOf[subschema #2]/testCaseWithSpecificationUpdate` (media type: multipart/form-data)
  - …6 more

[Change history](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/changes/testsuite/deploy/post.md)

---

[API](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api.md) · [All operations](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ec-jrc/interoperability-test-bed-rest-api/revisions/06f633c06bcd/schema)
