# De-activate/Re-activate an object in Dataflow **PUT /dataflows/{dataflowId}/inactiveNode/nodeId/{nodeId}/status/{status}** De-activate/Re-activate an object in Dataflow. ## Servers - https://dataflownode.zerionsoftware.com/zcrypt/v1.0: https://dataflownode.zerionsoftware.com/zcrypt/v1.0 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **dataflowId** (string) id of the Dataflow - **nodeId** (string) id of the node/object inside the Dataflow - **status** (number) node/object status (1 for activate itself, 2 for activate itself and children, and -1 for de-activate itself, -2 for de-activate itself and children) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) the updated Dataflow Id [Powered by Bump.sh](https://bump.sh)