---
search:
  tags:
    - Flink Jobs
    - POST
seo:
  description: >-
    Deploy a PyFlink job. Reference for the POST /flink_jobs/pyflink endpoint in
    the Streamkap REST API.
sidebar:
  label: Deploy Pyflink Job
  badge: POST
title: Deploy Pyflink Job
type: openapi-operation
---
Deploy a PyFlink job.

Either upload a Python file as multipart OR provide inline python_code as a form field.
Form fields: name, parallelism (default 1), job_args (JSON string), python_code (alternative to file).

`POST /flink_jobs/pyflink`
