Introduction to RASON
About RASON Models and the RASON Server
Rason Subscriptions
Rason Web IDE
Creating and Running a Decision Flow
Defining Your Optimization Model
Defining Your Simulation Model
Performing Sensitivity Analysis
Defining Your Stochastic Optimization Model
Defining Your Data Science Model
Defining Custom Types
Defining Custom Functions
Defining Your Decision Table
Defining Contexts
Using the REST API
REST API Quick Call Endpoints
REST API Endpoints
Decision Flow REST API Endpoints
OData Endpoints
OData Service for Decision Flows
Creating Your Own Application
Using Arrays, For, Loops and Tables
Organization Accounts

REST Endpoint: POST: https://rason.net/api/model/{nameorid}/stop

A REST API endpoint that aborts the execution of the model previously submitted to GET/POST rason.net/api/model/id/datamine, GET/POST rason.net/api/model/id/decision, GET/POST rason.net/api/model/id/diagnose, GET/POST rason.net/api/model/id/optimize, GET/POST rason.net/api/model/id/simulate or GET/POST rason.net/api/model/id/solve.

  • URL: https://rason.net/api/model/{nameorid}/stop
  • Method: POST
  • URL Params

    Required: None

    Optional: None

  • Headers:

    Required: Authorization - Example: Authorization: bearer {your RASON token}

    Optional: None

  • Data Params: None
  • Success Response

    Code: 200 (Created)

    Example Response: None

Back to POST rason.net/api/model/{nameorid}/solvetype