# Deploy transform **PUT /v1/transforms** Initiate deployment of a new Wasm transform. This endpoint uses multipart/form-data encoding. Following deployment, a brief period is required before the Wasm transform becomes operational. Monitor the partition statuses to check whether the transform is active. This usually takes around 3s, but no longer than 10s. ## Servers - Data Plane API: https://{dataplane_api_subdomain}.cloud.redpanda.com (Data Plane API) ## Authentication methods - Auth0 ## Parameters ### Body: multipart/form-data (object) Transform metadata as well as the WASM binary - **metadata** (object) Metadata required to deploy a new Wasm transform in a Redpanda cluster. - **wasm_binary** (string(binary)) Binary file containing the compiled WASM transform. The maximum size for this file is 10MiB. ## Responses ### 201 Created #### Body: application/json (object) - **environment_variables** (array[object]) The environment variables you want to apply to your transform's environment - **input_topic_name** (string) Input topic to apply the transform to. - **name** (string) Name of transform. - **output_topic_names** (array[string]) Output topics to write the transform results to. - **statuses** (array[object]) [Powered by Bump.sh](https://bump.sh)